/* Mobile */
@media (max-width:600px) {

    /* 菜单部分 */
    .BTcaidan {
        width: 0.32rem;
        height: 0.23rem;
        background: url("../images/CPC20/icon.png") no-repeat;
        background-size: 0.32rem 0.23rem;
        position: absolute;
        margin-right: 4%;
        top: 0.13rem;
        right: 0;
        cursor: pointer;
    }

    .mCaidan {
        width: 2.8rem;
        background: rgba(232, 119, 85, 0.95);
        position: fixed;
        z-index: 1000;
        /* display: none; */
    }

    .mCaidan .logo {
        margin: 0.23rem 0.25rem;
    }

    .mCaidan .logo img {
        width: 1.32rem;
        height: 0.15rem;
    }

    .mCaidan .wenzi {
        font-size: 0.2rem;
        border-top: 0.02rem solid #F0A48E;
        height: 0.55rem;
        line-height: 0.55rem;
        padding-left: 0.25rem;
    }

    .mCaidan .WenziSmall a {
        color: #fff;
        font-size: 0.16rem !important;
    }

    .mCaidan .wenzi a {
        color: #fff;
        font-size: 0.2rem;
    }

    .TopBar_Box {
        position: relative;
        display: block;
        width: 100%;
        background-color: #ED2C25;
        height: 0.48rem;
    }

    .TopBar_Div {
        height: 0.48rem;
    }

    .TopBar_Logo {
        float: left;
        width: 1.86rem;
        height: 0.18rem;
        margin-top: 0.15rem;
        /* 右侧白线 */
        /* border-right: 1px solid #fff; */
    }

    .TopBar_Logo img {
        width: 1.71rem;
        height: 0.18rem;
    }

    .TopBar_txt {
        float: left;
        margin-top: 0.15rem;
        margin-left: 0.15rem;
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }

    .TopBar_txt a {
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }
}

@media (max-width:600px) {

    /* public css */
    .Pub_BigTitle_Div {
        width: 100%;
        height: 48px;
        font-size: 26px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        text-align: center;
    }

    .Pub_BigTitle_Div a {
        color: #000;
    }

    .Pub_Date_Div {
        padding: 5px;
        margin-bottom: 5px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        min-width: 10px;
        height: 15px;
        line-height: 15px;
        font-size: 13px;
        color: #656565;
        background-color: #DBE7FF;

    }

    .Pub_Date_Green {
        background-color: #D5EADA !important;
    }

    .Pub_Date_Cyan {
        background-color: #C1E7E9 !important;
    }

    .Pub_InfoTitle {
        font-size: 20px;
        /* font-weight: bold; */
        color: #333;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .Pub_InfoTitle a {
        color: #333;
    }

    .Pub_InfoTitle2 {
        font-size: 20px;
        /* font-weight: bold; */
        color: #333;
        line-height: 28px;
        /* margin-bottom: 10px; */
    }

    .Pub_InfoTitle2 a {
        color: #333;
    }

    .Pub_Info_Detail {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 25px;
        color: #656565;
    }

    .Pub_Info_Detail a {
        color: #656565;
    }

    /* public css end*/

    /* TopMenu_Box */
    .TopMenu_Box {
        position: absolute;
        top: 0;
        width: 100%;
        height: 122px;
        background-color: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        z-index: 2;
    }

    .TopMenu_Div {
        height: 104px;
        /* margin-top: 12px; */
    }

    .TopMenu1 {
        width: 100%;
        height: 55px;
        margin-top: 17px;
    }

    .TopMenu_Logo {
        width: 52px;
        height: 55px;
    }

    .TopMenu_Logo img {
        width: 52px;
        height: 55px;
    }

    .TopMenu_MenuDiv {
        width: 100%;
        height: 40px;
        /* margin-top: 48px; */
    }

    .TopMenu_MenuDiv ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 40px;
        list-style: none;
    }

    .TopMenu_MenuDiv li {

        width: auto;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
        color: #FFF;
    }

    .TopMenu_MenuDiv li:hover {
        border-bottom: 2px solid #FFF;
    }

    .TopMenu_MenuDiv li a {
        color: #FFF;
    }

    .TopMenu_MenuDiv li a:hover {
        text-decoration: none;
    }

    .MenuNow {
        color: #AADBFF !important;
        border-bottom: 2px solid #AADBFF;
    }

    .MenuNow {
        border-bottom: 2px solid #AADBFF;
    }

    .MenuNow:hover {
        border-bottom: 2px solid #AADBFF !important;
    }

    .TopMenu_Control_Div {
        width: calc(100vw*0.75);
        margin-top: 3px;
    }

    .TopMenu_Control_Search {
        float: left;
        width: calc(100vw*0.75 - 54px);
        height: 42px;
        border: 1px solid #FFF;
        border-radius: 22px;
        background-color: rgba(255, 255, 255, 0.25);

    }

    .mTopMenu_Control_Search {
        float: left;
        width: calc(100vw*0.75 - 54px);
        height: 42px;
        border: 1px solid #FFF;
        border-radius: 22px;
        background-color: rgba(255, 255, 255, 0.25);

    }
    .TopMenu_Input {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        margin-top: 6px;
        margin-left: 10px;
        width: calc(100vw*0.75 - 100px);
    }

    .TopMenu_Input input {
        width: calc(100vw*0.75 - 100px);
        height: 30px;
        font-size: 14px;
        color: #FFF;
        background-color: transparent;
    }

    .TopMenu_Search {
        float: right;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        margin-right: 14px;
        margin-top: 9px;
        width: 22px;
        height: 22px;

    }


    .TopMenu_Control_Search img {
        margin: 0 auto;
        width: 22px;
        height: 22px;
    }

    .TopMenu_Control_Language {
        float: left;
        text-align: center;
        width: 115px;
        height: 23px;
        font-size: 18px;
        color: #FFF;
        line-height: 23px;
        border-right: 1px solid #B2C5CA;
    }

    .TopMenu_Control_Language a {
        color: #FFF;
        font-family: "微软雅黑", "simsun";
    }



    .TopMenu_Control_Menu {
        float: right;
        width: 44px;
        height: 44px;
    }

    .TopMenu_Control_Menu img {
        width: 44px;
        height: 44px;
        cursor: pointer;
    }

    .TopMenu_Control_Close {
        float: right;
        margin-top: 20px;
        width: 44px;
        height: 44px;

    }

    .TopMenu_Control_Close img {
        width: 44px;
        height: 44px;

        cursor: pointer;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(0, 0, 0, 0.6);

    }

    .TopMenu_Control_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Top_Menu_Pop_Div {
        height: 100vh;

    }

    .Top_Menu_Pop_Logo {
        width: 160px;
        margin-top: 133px;
    }

    .Top_Menu_Pop_Logo img {
        width: 97px;
        height: 104px;
    }

    .Top_Menu_Pop_Menu {
        float: right;
        margin-top: 10px;
        width: calc(100vw*0.73 - 58px);
        height: auto;
        padding: 40px 24px 40px 34px;
        background-color: #0067BC;
    }

    .Top_Menu_Pop_Menu_Blue {
        background-color: #0067BC;
    }

    .Top_Menu_Pop_Menu_Green {
        background-color: #00BC80;
    }

    .Top_PopMenu_Line {
        float: left;
        width: 100%;
    }

    .Top_PopMenu_Line ul {
        /* display: none; */
        width: 100%;
        list-style: none;
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #D5DFF4;
        line-height: 26px;
        padding-top: 9px;
        padding-bottom: 9px;
        /* height: 44px; */
    }

    .Top_PopMenu_Line li a {
        color: #D5DFF4;
    }

    .Top_PopMenu_Title {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0;
        padding: 0;

        width: 100%;
        /* height: 44px; */
        padding-top: 9px;
        padding-bottom: 9px;
        line-height: 26px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
    }

    .Top_PopMenu_Title a {
        float: left;
        width: 90%;
        color: #FFF;

    }

    .Top_PopMenu_Title em {
        display: block;
        /* position: absolute;
        right: 0;
        top: 4px; */
        width: 22px;
        height: 22px;
        background: url(../images/Mobile/BT_Plus.png) center center no-repeat;
    }

    .Top_PopMenu_Title_CN {
        font-family: "微软雅黑";
    }

    /* Top_Banner_Box */
    .Top_Banner_Box {
        width: 100%;
        background-color: #F6F6F6;
        overflow: hidden;
        margin-bottom: 45px;
    }

    .MTop_Banner_Swiper {
        width: 100%;
        background-color: #F6F6F6;
    }

    .MTop_Banner_Swiper p {
        width: 100%;
        height: calc(100vw*0.71);
    }

    .MTop_Banner_Swiper p img {
        width: 100%;

    }

    .Top_Banner_TextBox {
        padding: 4%;
        background-color: #F6F6F6;
    }

    .Top_Banner_Text {}

    .Top_Banner_Text h4 {
        font-size: 20px;
        /* height: 56px; */
        line-height: 28px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #333;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Top_Banner_Text h4 a {
        color: #333;
    }

    .Top_Banner_Text h5 {
        font-size: 17px;
        line-height: 24px;
        height: 72px;
        color: #666;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Top_Banner_Text h5 a {
        color: #666;
    }

    .MTop_Banner_pagination {
        font-size: 12px;
        left: auto !important;
        right: 4px !important;
        top: calc(100vw*0.64) !important;

        height: 4px !important;
        width: 80px !important;
    }

    .MTop_Banner_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 10px;
        height: 4px;
        background-color: #FFF;
        opacity: 1;
    }

    .MTop_Banner_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 20px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .Top_Banner_BTPrev {
        position: absolute;
        left: 270px;
        top: 50%;
        transform: translateY(-30px);
        width: 60px;
        height: 60px;
        background: url(../images/Main_Banner_BT_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Top_Banner_BTNext {
        position: absolute;
        right: 270px;
        top: 50%;
        transform: translateY(-30px);
        width: 60px;
        height: 60px;
        background: url(../images/Main_Banner_BT_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* Biz_Div */
    .Biz_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 45px;
    }

    .Biz_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Biz_Block1 {
        width: 100%;
        height: calc(100vw*0.92*0.85);
        overflow: hidden;
        margin-bottom: 10px;
    }

    .Biz_Info {
        position: absolute;
        bottom: 0;
        padding: 15px;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.6);
        overflow: hidden;
    }

    .Biz_Title {
        color: #FFF !important;
    }

    .Biz_Title a {
        color: #FFF !important;
    }

    .Biz_Info2 {
        padding: 15px;
        overflow: hidden;
        background-color: #F6F6F6;
        margin-bottom: 10px;
    }

    .Biz_Picture {
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(100vw*0.92*0.85);

    }

    .Biz_Picture img {
        width: 100%;
        height: calc(100vw*0.92*0.85);
    }

    .Biz_More_Div {
        width: 100%;
        height: 43px;
    }

    .Biz_More {
        margin: 0 auto;
        width: 140px;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
        background-color: #DBE7FF;
        border-radius: 21px;
        color: #3365CB;
        text-align: center;
    }

    .Biz_More a {
        color: #3365CB;
    }

    .Biz_More_Green {
        background-color: #D5EADA !important;
        color: #439B59 !important;
    }

    .Biz_More_Green a {
        color: #439B59 !important;
    }

    .Biz_More_Cyan {
        background-color: #C1E7E9 !important;
        color: #00707A !important;
    }

    .Biz_More_Cyan a {
        color: #00707A !important;
    }

    /* IGIP_Div */
    .IGIP_Div {
        /* height: 514px; */
        margin-bottom: 45px;
        overflow: hidden;
    }

    .Investment_Guide_Div {
        width: 100%;
        /* height: 514px; */
        margin-bottom: 45px;

    }

    .Investment_Guide_Info {
        width: 100%;
        /* height: 448px; */
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .Investment_Guide_Info ul {
        padding: 15px;
        list-style: none;
    }

    .Investment_Guide_Info li {
        padding-left: 10px;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        line-height: 30px;
        background: url(../images/Dot_Biz.png) left top no-repeat;
        background-size: 3px 3px;
        background-position: 0px 14px;
        margin-bottom: 15px;

    }

    .Investment_Guide_Info li a {
        color: #333;
    }

    .Investment_Guide_Picture {
        width: 100%;
    }

    .Investment_Guide_Picture img {
        width: 100%;
    }

    .Industrial_Parks_Div {
        padding: 15px;
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .Industrial_Parks_Info {
        width: 100%;
        overflow: hidden;
    }

    .mIndustrial_Parks_Swiper {
        margin: 0 auto;
        width: 100%;
    }

    .mIndustrial_Parks_Swiper p {
        width: 100%;

    }

    .mIndustrial_Parks_Swiper p img {
        width: 100%;
    }

    .mIndustrial_Parks_Swiper h4 {
        margin-top: 13px;
        width: 100%;

        font-size: 20px;
        line-height: 26px;
        color: #000;
        text-align: center;
        margin-bottom: 10px;

    }

    .mIndustrial_Parks_Swiper h4 a {
        color: #000;
    }

    .mIndustrial_Parks_BTPrev {
        float: left;
        position: relative;
        margin-left: 30%;

        width: 42px;
        height: 42px;
        background: url(../images/IGuide_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .mIndustrial_Parks_BTNext {
        float: right;
        position: relative;
        margin-right: 30%;
        width: 42px;
        height: 42px;
        background: url(../images/IGuide_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* UpcomingEvents_Box */
    .UpcomingEvents_Box {
        width: 100%;
        margin-bottom: 45px;
        overflow: hidden;
    }

    .UpcomingEvents_Div {
        /* height: 552px; */
    }

    .UpcomingEvents {
        width: 100%;
        /* height: 552px; */
        background-color: #00A0AB;
    }

    .UpcomingEvents_Title {
        width: 100%;
        margin-top: 45px;

    }
	
	.UpcomingEvents_Title a{
        color: #FFF;
    }

    .UpcomingEventsList {
        margin: 0 auto;
        width: 92%;
        margin-bottom: 50px;
    }

    .UpcomingEventsList ul {
        width: 100%;
        list-style: none;
    }

    .UpcomingEventsList li {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 15px 0;
        height: auto;
        background-color: #31B1BA;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .UpcomingEventsList_Date {
        float: left;
        margin-left: 15px;
        width: calc(30% - 15px);
        line-height: 20px;
        height: 20px;
        font-size: 14px;
        color: #FFF;

    }

   .UpcomingEventsList_Date a {
        color: #FFF;
    }

    .UpcomingEventsList_Name {
        float: left;
        padding-left: 15px;
        width: calc(65% - 15px);
        line-height: 26px;
        font-size: 20px;
        color: #333;
        border-left: 1px solid #414141;
    }

    .UpcomingEventsList_Name a {
        color: #FFF;
    }


    .WorkInPlace_Div {
        width: 100%;
        height: auto;
        background-color: #00BC80;
        overflow: hidden;
    }

    .WorkInPlace_Picture {
        margin: 0 auto;
        margin-top: 63px;
        width: 328px;
        height: 120px;
    }

    .WorkInPlace_Picture img {
        width: 328px;
        height: 120px;
    }

    .WorkInPlace_Link_Div {
        margin: 0 auto;
        margin-top: 40px;
        height: auto;
        width: 92%;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .WorkInPlace_Link {
        width: calc(100vw*0.44);
        height: calc(100vw*0.44*0.78);
        text-align: center;
        font-size: 24px;
        color: #000;
        border-radius: 8px;
    }

    .WorkInPlace_Link a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 70px;
        width: 100%;
        height: 46px;
        text-align: center;
        font-size: 20px;
        color: #000;
    }

    .WorkInPlace_Link1 {
        float: left;
        background: url(../images/WorkInAPlace_Icon1.png) center top no-repeat;
        background-position: center 25px;
        background-size: 41px 41px;
        background-color: #FFF;
    }

    .WorkInPlace_Link2 {
        float: right;
        background: url(../images/WorkInAPlace_Icon2.png) center top no-repeat;
        background-position: center 25px;
        background-size: 41px 41px;
        background-color: #FFF;
    }

    /* ECI_Div */
    .ECI_Div {

        margin-bottom: 45px;
        overflow: hidden;
    }

    .Education_Div {
        width: 100%;
        /* height: 635px; */
        margin-bottom: 45px;

    }

    .Education_List {
        width: 100%;
        overflow: hidden;
    }

    .Education_List ul {

        width: 100%;
        list-style: none;
    }

    .Education_List li {
        padding: 15px;

        list-style: none;
        margin-bottom: 10px;
        background-color: #F6F6F6;
    }

    .Education_List li h4 {
        /* padding-left: 20px; */
        /* background: url(../images/Dot_Biz.png) left top no-repeat; */
        /* background-position: 5px 14px; */
        font-size: 20px;
        /* font-weight: bold; */
        line-height: 26px;
        color: #000;

    }

    .Education_List li h4 a {
        color: #000;
    }

    .Education_List li h5 {
        /* padding-left: 20px; */
        font-size: 16px;
        line-height: 24px;
        color: #494949;
        /* margin-bottom: -30px; */
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .Education_List li h5 a {
        color: #494949;

    }

    .CompaniesBrands_Div {
        width: 100%;
        /* height: 635px; */
        margin-bottom: 45px;
    }

    .CompaniesBrands_List {
        /* height: 566px; */

        overflow: hidden;
    }

    .CompaniesBrands_List ul {
        margin: 0 auto;

        width: 100%;
    }

    .CompaniesBrands_List li {
        padding: 15px;
        background-color: #F6F6F6;
        margin-bottom: 10px;
    }

    .International_Div {
        width: 100%;
        /* height: 635px; */
    }

    .International_Block {
        /* height: 566px; */
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .International_Block {
        padding: 15px;
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .International_Picture {
        width: 100%;
        /* height: 195px; */
        margin-bottom: 20px;
    }

    .International_Picture img {
        width: 100%;
        /* height: 195px; */
    }

    /* BA_Div */
    .BA_Div {
        /* height: 690px; */
        margin-bottom: 45px;
        overflow: hidden;
    }

    /* 20230603 */
    .BA_Block {
        /* padding: 15px; */
        height: auto;
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .mBA_Swiper {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .mBA_Swiper p {
        width: 100%;
        height: calc(100vw*0.92*0.71);
    }

    .mBA_Swiper p img {
        width: 100%;
    }
   /* 20230603 */
    .mBA_pagination {
        font-size: 12px;
        left: auto !important;
        right: 4px !important;
        top: calc(100vw*0.92*0.71 - 20px)!important;
        height: 4px !important;
        width: 80px !important;
        z-index: 4;
    }

    .mBA_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 10px;
        height: 4px;
        background-color: #FFF;
        opacity: 1;
    }

    .mBA_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 20px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }
 
    .BA_Info {
        width: calc(100% - 30px); /* 20230603 */
        padding: 15px;
        /* height: 560px; */
        overflow: hidden;
    }

    .BA_Title {
        /* margin-bottom: 20px!important; */
    }

    .BA_Info_Detail {
        font-size: 18px;
        line-height: 26px;
        color: #656565;
        margin-top: 10px;
    }

    .BA_Info_Detail a {
        color: #656565;
    }

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        padding-top: 50px;
        height: auto;
        background-color: #F6F6F6;
        /* overflow: hidden; */
    }

    .Bottom_Box_Blue {
        background-color: #0067BC;
    }

    .Bottom_Box_Green {
        background-color: #00BC80;
    }

    .Bottom_Box_Cyan {
        background-color: #00A6B1;
    }

    .Bottom_Div {
        /* height: 445px; */
        height: auto;
    }

    .Bottom_Link_Div {
        margin: 0 auto;
        /* height: 44px;       */
        padding-bottom: 15px;
    }

    .mBottom_Link {
        width: calc(100vw*0.6 - 20px);
        height: 44px;
        border: 1px solid #FFF;
        line-height: 44px;
        font-size: 22px;
        color: rgba(255, 255, 255, 0.3);
        border-radius: 22px;
        padding-left: 20px;
        cursor: pointer;
    }

    .Bottom_Link_Dark {
        border: 1px solid #999;
        color: #d1d1d1;
    }
    /* 20230603 */
    .Bottom_Links_Pop_Dark {
        background-color: #333 !important;
    }
    .Bottom_Links_Pop_Dark ul {
        background-color: #333 !important;
    }

    .Bottom_Links_Pop_Dark li {
        background-color: #333 !important;
    }
        /* 20230603 */
    .Bottom_Links_Pop_Green  {
        background-color: #007952 !important;
    }

    .Bottom_Links_Pop_Green ul {
        background-color: #007952 !important;
    }

    .Bottom_Links_Pop_Green li {
        background-color: #007952 !important;
    }
        /* 20230603 */
    .Bottom_Links_Pop_Cyan  {
        background-color: #00656A !important;
    }
    .Bottom_Links_Pop_Cyan ul {
        background-color: #00656A !important;
    }

    .Bottom_Links_Pop_Cyan li {
        background-color: #00656A !important;
    }

    .Bottom_Links_Pop li:hover {
        background-color: rgba(90, 90, 90, 0.9);
    }

    .mBottom_Links_Pop {
        display: none;
        position: absolute;
        bottom: 46px;
        margin: 0;
        padding: 0;
        width: calc(100vw*0.6);
        height: 290px;
        /* border: 1px solid #FFF; */
        z-index: 3;
        overflow-y: auto;
        background-color: #537BBC;
    }

    .mBottom_Links_Pop ul {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        /* width: calc(100% - 4px); */
        height: auto;
        background-color: #537BBC;
    }

    .mBottom_Links_Pop li {
        display: block;
        margin: 0;
        padding: 7px 0;
        background-color: #537BBC;
        width: calc(100% - 32px);
        padding-left: 22px;
        padding-right: 10px;
        /* height: 44px; */
        line-height: 30px;

        font-size: 18px;
        color: #FFF;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        cursor: pointer;

    }

    .mBottom_Links_Pop li:hover {
        background-color: rgba(90, 90, 90, 0.9);
    }

    .mBottom_Links_Pop li a {
        color: #FFF;
    }

    .Bottom_Link_Icons {
        width: calc(100vw*0.26);
        height: 44px;
    }

    .Bottom_Link_Icons p {
        width: 44px;
        height: 44px;
    }

    .Bottom_Link_Icons p img {
        width: 44px;
        height: 44px;
    }

    .Bottom_Menu_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 45px;
    }
    .Bottom_Menu_Line_Dark{
        color: #666 !important;
    }
    .Bottom_Menu_Line_Dark li {
        color: #666 !important;
    }

    .Bottom_Menu_Line_Dark li a {
        color: #666 !important;
    }

    .Bottom_Link_Block {
        margin-bottom: 45px;
    }

    .Bottom_Menu_Line {
        height: auto;
    }

    .Bottom_Menu_Line ul {
        /* display: flex;
        flex-wrap: wrap;
        justify-content: space-between; */
        width: 100%;
        list-style: none;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .Bottom_Menu_Line li {
        float: left;
        margin-right: 40px;
        font-size: 20px;
        color: #D5DFF4;
        line-height: 30px;
        height: 38px;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;

    }

    .Bottom_Menu_Line li a {
        color: rgba(255, 255, 255, 0.8);
    }

    .Bottom_Menu_Title {
        height: 38px;
        line-height: 26px;
        font-size: 20px;
        font-weight: bold;
        color: #FFF;
    }

    .Bottom_Menu_Title a {
        color: #FFF;
    }

    .Bottom_Menu_Title_Dark {
        color: #333;
    }

    .Bottom_Menu_Title_Dark a {
        color: #333;
    }

    .Bottom_Black_Box {
        width: 100%;
        /* height: 100px; */
        height: auto;
        background-color: #333333;
        overflow: hidden;
    }

    .Bottom_Copyright_Div {
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;
        margin: 0 auto;
    }

    .Bottom_Copyright_Div p {
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 30px;
        color: #CBCBCB;
    }

    /* Home2 */
    .Biz_Block2 {
        margin-top: 20px;
        width: 100%;
        height: 286px;
        overflow: hidden;
    }

    .WhatsOn_Block1 {
        padding: 20px 20px 0 30px;
        width: 235px;
        height: 266px;
        margin-right: 20px;
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .WhatsOn_Block2 {
        padding: 20px 20px 0 30px;
        width: 540px;
        height: 193px;
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .WhatsOn_More {
        margin-top: -70px;
    }

    .Attractions_Box {
        width: 100%;
        margin-bottom: 50px;
    }

    .Attractions_Pic_Box {
        width: 100%;
        height: calc(100vw*1.79);
        background: url(../images/Mobile/mAttractions_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Attractions_Pic_Div {
        margin: 0 auto;
        width: 92%;
        height: calc(100vw*1.79);
    }
    .Attractions_Pic {
        position: absolute;
        bottom: calc(100vw*0.04);
        width: calc(100vw*0.92);
        height: 100vw;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 6px;
        overflow: hidden;
    }
    .mAttractions_Swiper {
        width: 100vw;
        height: calc(100vw*1.79);
        overflow: hidden;
    }
    .mAttractions_Swiper p{
        position: absolute;
        top:0;
        width: 100vw;
        height: calc(100vw*1.79);
        overflow: hidden;
    }
    .mAttractions_Swiper p img{
        width: 100vw;
        height: calc(100vw*1.79);
  
    }
    .mAttractions_Swiper h4 {
        margin: 0 auto;
        margin-top: 30px;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #FFF;
    }

    .mAttractions_Swiper h4 a {
        color: #FFF;
    }

    .mAttractions_Swiper h5 {
        margin: 0 auto;
        margin-top: 20px;
        width: 92%;
        height: calc(100vw*0.96 - 90px);
        line-height: 28px;
        font-size: 20px;
        color: #FFF;
        overflow: hidden;
    }

    .mAttractions_Swiper h5 a {
        color: #FFF;
    }


    .mAttractions_pagination {
        font-size: 12px;
        left: auto !important;
        right: 4px !important;
        bottom: 38px !important;

        height: 4px !important;
        /* width: 80px !important; */
    }

    .mAttractions_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 10px;
        height: 4px;
        background-color: #FFF;
        opacity: 1;
    }

    .mAttractions_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 20px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .VisitorsUpcomingEvents_Div {
        /* height: 492px;         */
        margin-bottom: 50px;
    }

    .VisitorsUpcomingEvents {
        width: 100%;
        /* height: 492px;  */
    }

    .UpcomingEvents_Block {
        padding: 15px;
        /* height: 146px; */
        background-color: #F6F6F6;
        margin-bottom: 14px;
    }

    .UpcomingEvents_Block_Pic {
        width: 100%;
        margin-bottom: 15px;
    }

    .UpcomingEvents_Block_Pic img {
        width: 100%;
    }

    .UpcomingEvents_Block_Info {
        width: 100%;

        overflow: hidden;
    }

    .VisitAPlace_Div {
        width: 100%;

        background-color: #00A6B1;
        border-radius: 8px;
        overflow: hidden;
    }


    .VisitAPlace_Picture {
        margin-left: 67px;
        margin-top: 40px;
        width: calc(100vw*0.73);
    }

    .VisitAPlace_Picture img {
        width: 100%;
    }

    .VisitAPlace_Link_Div {
        margin: 0 auto;
        margin-top: 40px;
        height: auto;
        width: 92%;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .VisitAPlace_Link {
        width: calc(100vw*0.40);
        height: calc(100vw*0.40*0.78);
        text-align: center;
        font-size: 24px;
        color: #000;
        border-radius: 8px;
    }

    .VisitAPlace_Link a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 70px;
        width: 100%;
        height: 46px;
        text-align: center;
        font-size: 20px;
        color: #000;
    }

    .VisitAPlace_Link1 {
        float: left;
        background: url(../images/WorkInAPlace_Icon1.png) center top no-repeat;
        background-position: center 20px;
        background-size: 41px 41px;
        background-color: #FFF;
    }

    .VisitAPlace_Link2 {
        float: right;
        background: url(../images/WorkInAPlace_Icon2.png) center top no-repeat;
        background-position: center 20px;
        background-size: 41px 41px;
        background-color: #FFF;
    }

    .FHS_Div {
        /* height: 500px; */
        margin-bottom: 50px;
    }

    .FHS_Block {
        width: 100%;
        overflow: hidden;

    }

    .FHS_Block .Pub_InfoTitle {
        font-weight: bold;
    }

    .FHS_List {
        /* height: 566px; */

        margin-bottom: 30px;
        overflow: hidden;
    }

    .FHS_List ul {
        list-style: none;
    }

    .FHS_List li {
        padding: 15px;
        margin-bottom: 5px;
        list-style: none;
        background-color: #F6F6F6;

    }

    .FHS_List li h4 {
        padding-left: 20px;
        background: url(../images/Dot_Biz.png) left top no-repeat;
        background-position: 5px 14px;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #000;
        /* margin-bottom: 10px; */
    }

    .FHS_List li h4 a {
        color: #000;
    }

    .FHS_List li h5 {
        padding-left: 20px;
        font-size: 20px;
        line-height: 30px;
        color: #494949;
        /* margin-bottom: -10px; */
    }

    .FHS_List li h5 a {
        color: #494949;
    }

    .Shopping_Info {
        padding: 15px;
        background-color: #F6F6F6;
        overflow: hidden;
    }

    .Shopping_Info_Detail {
        /* height: 125px; */
    }

    .Shopping_Info_Pic {
        margin-top: 22px;
        width: 100%;
    }

    .Shopping_Info_Pic img {
        width: 100%;
    }

    /* Home3 */
    .LiveInPlace_Box {
        width: 100%;
        height: calc(100vw*1.13);
        background: url(../images/Mobile/mLiveInPlace_BK.jpg) center center no-repeat;

    }

    .LiveInPlace_Div {
        height: calc(100vw*1.13);
        overflow: hidden;
    }


    .LiveInPlace_Picture {
        margin: 0 auto;
        margin-top: 72px;
        width: calc(100vw*0.9);
        height: calc(100vw*0.336);
    }

    .LiveInPlace_Picture img {
        width: 100%;
    }


    .LiveInPlace_Link_Div {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 60px;
        height: auto;
        width: 100%;

        overflow: hidden;
    }

    .LiveInPlace_Link {
        width: calc(100vw*0.29);
        height: calc(100vw*0.29*1.3);
        text-align: center;
        font-size: 20px;
        color: #000;
        border-radius: 8px;
    }

    .LiveInPlace_Link a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 70px;
        width: 100%;
        height: 46px;
        text-align: center;
        font-size: 20px;
        color: #000;
    }

    .LiveInPlace_Link1 {
      
        background: url(../images/LiveInAPlace_Icon1.png) center top no-repeat;
        background-position: center 25px;
        background-size: 41px 41px;
        background-color: #FFF;
    }

    .LiveInPlace_Link2 {
      
        background: url(../images/LiveInAPlace_Icon2.png) center top no-repeat;
        background-position: center 25px;
        background-size: 41px 41px;
        background-color: #FFF;
    }
 .LiveInPlace_Link3 {

        background: url(../images/LiveInAPlace_Icon3.png) center top no-repeat;
        background-position: center 25px;
        background-size: 41px 41px;
        background-color: #FFF;
    }


    .UsefulInfo_Div {
        height: auto;
        margin-top: 50px;
        overflow: hidden;
    }

    .mUsefulInfo_Swiper {
        width: 100%;
        background-color: #F6F6F6;
        /* height: 330px; */
        overflow: hidden;
    }

    .UsefulInfo_BTPrev {
        position: absolute;
        left: 610px;
        top: 43%;
        width: 44px;
        height: 44px;
        background: url(../images/BA_Prev.png);
        background-size: 44px;
        z-index: 2;
        cursor: pointer;
    }

    .UsefulInfo_BTNext {
        position: absolute;
        right: 10px;
        top: 43%;
        width: 44px;
        height: 44px;
        background: url(../images/BA_Next.png);
        background-size: 44px;
        z-index: 2;
        cursor: pointer;
    }

    .mUsefulInfo_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        top: calc(100vw*0.92*0.6 - 40px) !important;
        width: 90px !important;
        height: 20px !important;
        z-index: 3;
        /* border: 1px solid #000; */

    }

    .mUsefulInfo_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 10px;
        height: 4px;
        background-color: #FFF;
        opacity: 1;
    }

    .mUsefulInfo_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 20px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
        opacity: 1;
    }


    .UsefulInfo_Text_Div {
        padding: 15px;
        overflow: hidden;
    }

    .UsefulInfo_Pic_Div {
        padding: 15px;
        padding-bottom: 0px;
        width: calc(100% - 30px);
    }

    .UsefulInfo_Pic_Div img {
        width: 100%;
    }

    .UsefulInfo_List_Div {
        width: 100%;
        /* height: 516px; */
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .UsefulInfo_List_Div ul {
        width: 100%;
        list-style: none;
    }

    .UsefulInfo_List_Div li {
        padding: 15px;
        background-color: #F5F5F5;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .UsefulInfo_List_Pic {
        width: 100%;
        margin-bottom: 15px;
    }

    .UsefulInfo_List_Pic img {
        width: 100%;
    }

    .UsefulInfo_List_Text {
        width: 100%;
    }

    .UsefulInfo_List_Detail {
        font-size: 20px !important;
        color: #333 !important;
        -webkit-line-clamp: 4 !important;
    }

    .Top_Blank {
        height: 122px;
        background-color: #666;
        margin-bottom: 18px;
    }

    /* Nav_Div */
    .Nav_Div {
        height: 22px;
        font-size: 16px;
        color: #656565;
        margin-bottom: 23px;
    }

    .Nav_Div a {
        color: #656565;
    }

    .List_Div {
        height: auto;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        width: calc(100% - 30px);
        padding: 15px;
        background-color: #F6F6F6;
        margin-bottom: 10px;
    }

    .List_Pic {
        width: 100%;
        margin-bottom: 15px;
    }

    .List_Pic img {
        width: 100%;
    }

    .List_Div .Pub_Info_Detail {
        /* min-height: 96px; */
        /* min-height: 105px; */
        margin-bottom: 15px;
    }

    .List_Div .Pub_Date_Div {
        margin-bottom: 0 !important;
    }

    .Link_Control_Div {
        margin-top: 50px;
        margin-bottom: 100px;
        height: auto;
    }

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 42px;
        min-width: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Next,
    .PageControl_Prev {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        background-color: #F6F6F6;
        height: 42px;
        width: 42px;
        margin-right: 10px;
        /* border: 1px solid #E6E6E6; */
    }

    .PageControl_Next a,
    .PageControl_Prev a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        color: #333;
        text-align: center;
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
    }

    .PageControl_Num ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 42px;
        height: 42px;
        line-height: 42px;
        background-color: #F6F6F6;
        font-size: 18px;
        text-align: center;
        margin-right: 10px;
        /* border: 1px solid #E6E6E6; */
    }

    .PageControl_Num ul .NumOn {

        background-color: #333;
    }

    .PageControl_Num ul .NumOn a {
        color: #FFF;
    }

    .PageControl_Num li a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 42px;
        height: 42px;
        line-height: 42px;
        color: #333;
        font-size: 18px;
        text-align: center;
    }


    /* News_Div */
    .News_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 50px;
    }

    .News_Div ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .News_Div li {
        width: 100%;

        margin-bottom: 15px;
    }

    .News_Block_Pic {
        width: 100%;

    }

    .News_Block_Pic img {
        width: 100%;
    }

    .News_Block_Info {
        padding: 15px;
        overflow: hidden;
        background-color: #F6F6F6;
    }



    /* Search_Div */
    .Search_Div {
        height: auto;
        overflow: hidden;
    }

    .Search_Input_Div {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Search_Input_Block {
        width: 100%;
        height: 52px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .Search_Input {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 2px);
        height: 50px;
        border: 1px solid #C9C9C9;
        border-radius: 25px;
    }

    .Search_Input input {
        margin-top: 5px;
        margin-left: 25px;
        width: calc(100% - 70px);
        font-size: 22px;
        line-height: 40px;
        color: #333;
    }

    .Search_BT {
        position: absolute;
        top: 15px;
        right: 25px;
        width: 20px;
        height: 20px;
    }

    .Search_BT img {
        width: 100%;
    }

    .Search_Info {
        margin-left: 25px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        color: #999;
    }

    .Search_List_Div {
        margin-bottom: 30px;
        width: 100%;
        height: auto;
    }

    .Search_List_Div ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Search_List_Div li {
        padding: 15px;
        height: auto;
        background-color: #F6F6F6;
        margin-bottom: 15px;
    }

    .Search_Title {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #333;
        margin-bottom: 6px;
    }

    .Search_Title a {
        color: #333;
    }

    .Search_Title span {
        color: #3365CB;
    }

    .Search_Detail {
        font-size: 17px;
        line-height: 26px;
        color: #656565;
    }

    .Search_Detail a {
        color: #656565;
    }

    .Search_Detail span {
        color: #3365CB;
    }

    .Search_Div .Link_Control_Div {
        margin-top: 0px !important;
    }

    /* Artical_Div */
    .Artical_Div {
        height: auto;
        overflow: hidden;
    }

    .Artical_Left {        
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom:20px;
    }

    .Artical_Boby {
        width: 100%;
        height: auto;

    }

    .Artical_Title {
        margin-bottom: 30px;
    }

    .Artical_Title h4 {
        font-size: 28px;
        font-weight: bold;
        line-height: 36px;
        color: #000;
        /* text-align: center; */
        margin-bottom: 20px;
    }

    .Artical_Title h5 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        color: #656565;
        /* text-align: center; */
        /* border-bottom: 1px solid #0e0e0e; */
    }

    .Artical_Title h5 span {
        display: inline;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 1px solid #656565;
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        color: #656565;
    }

    .Artical_Title h5 span:first-child {
        padding-left: 0px;
    }

    .Artical_Title h5 span:last-child {
        border-right: 0px;
    }


/* 20230603 */
.Artical_Title_Info{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.Artical_Title_InfoLeft{
    
    width: 100%;
}
.Artical_Title_InfoRight{
    display: none;
    float: right;
    width: 380px;
    height: 23px;
    /* border: 1px solid #0067BC; */
}
.Artical_Title_InfoRight h6{
    float: left;
    display: block;
    width: 97px;
    font-size: 22px;
    height: 23px;
    border-right: 1px solid #656565;
}
.Artical_Title_InfoRight h6 span {
    float: left;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 22px;
    height: 23px;
    line-height: 23px;
    color: #656565;
}
.Artical_Title_InfoRight h6 span a{
    color: #656565;
}
.Artical_Title_InfoRight h7{
    float: left;
    padding-left: 12px;
    width: 268px;
    height: 23px;
    /* border: 1px solid #0067BC; */
}
.Artical_Title_InfoRight h7 span {
    float: left;
    display: block;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 22px;
    height: 23px;
    line-height: 23px;
    color: #656565;
}
.Artical_Title_InfoRight h7 span a{
    color: #656565;
}
.Artical_Fontsize{
    cursor: pointer;
}
.Artical_FontsizeNow{
    font-weight: bold;
}
.Artical_Link_Div
{
    margin: 0 auto;
    /* margin-top: 50px; */
    height: 30px;
    width: 190px;
}
.Artical_Link_Div ul{        
    height: 30px;
    width: 190px;
    list-style: none;
}
.Artical_Link_Div li{
    float: left;        
    height: 30px;
    width: 30px;
    margin-right: 10px;        
}
.Artical_Link_Div li:last-child{        
    margin-right: 0px;        
}
/* 20230603 end*/

    .Artical_Content {
        margin-top: 38px;
        /* margin-bottom: 180px; */
        margin-bottom: 38px;
    }

    .Artical_Content p {
        font-size: 20px;
        color: #333;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .Artical_Content span {
        width: 100%;
        /* padding-top: 20px;
        padding-bottom: 20px; */
    }

    .Artical_Content img {
        width: 100%;
    }


    .Artical_Control_Div {
        margin-top: 10px;
        margin-bottom: 95px;
    }

    .Artical_Related_Div {
        width: 100%;
        height: auto;
		margin-top:5rem;
    }

    .Artical_Related_Div ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .Artical_Related_Div li {
        padding: 15px;
        background-color: #F6F6F6;
        margin-bottom: 15px;
    }

    .Artical_Related_Div li:last-child {
        margin-right: 0px;
    }

    .Artical_Related_Title {
        font-size: 28px!important;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px !important;
    }

    .Arical_Pub_Info_Detail {
        height: auto;
        margin-bottom: 20px !important;
        overflow: hidden;
    }

    .Arical_Date_Div {
        margin-bottom: 0 !important;
    }

    .Artical_Right {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 60px;
    }

    .PhotosVideos_Title {
        font-size: 28px!important;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px !important;
    }

    .PhotosVideos_Div {
        margin-bottom: 40px;
    }

    .IndustrialParks_Div {
        margin-bottom: 30px;
    }

    .PhotosVideos_List {
        width: 100%;
        height: auto;
    }

    .PhotosVideos_List ul {
        width: 100%;
        height: auto;
        list-style: none;
    }

    .PhotosVideos_List li {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .PhotosVideos_List li p {
        width: 100%;
    }

    .PhotosVideos_List li p img {
        width: 100%;
    }

    .PhotosVideos_List li h4 {
        padding: 10px;
        background-color: #F6F6F6;
        font-size: 20px;
        line-height: 28px;
        color: #333;
        text-align: center;
    }

    .PhotosVideos_List li h4 a {
        color: #333;
    }

    .IndustrialParks {

    }

    .IndustrialParks ul {
        list-style: none;
    }

    .IndustrialParks li {
        padding: 18px;
        background-color: #F6F6F6;
        margin-bottom: 15px;
    }
    .IndustrialParks_Li{
        padding-left: 15px;
        background: url(../images/Dot_Biz.png) left top no-repeat;
        background-position: 5px 14px;
        background-size: 3px 3px;
        font-size: 20px;
        /* font-weight: bold; */
        line-height: 28px;
        color: #333;
    }

    .IndustrialParks li a {
        color: #333;
    }
    .Artical_Full
    {
        width: 100%;  
        margin-bottom: 60px;
    }
	
		/*20230530*/
	.Artical_Content span {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;

        margin-top: 5px;
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 24px;
        color: #656565;
    }
	
	.Artical_Content em{ font-style:italic}
	
	.Artical_Content iframe{ display:block; margin:0 auto;}
	
	.LiveInPlace_Box{ background:url(../images/Mobile/mLiveInPlace_BK.png) center center no-repeat}
	
	.Top_Banner_Text h5  {
        color: #666;
    }
	.Bottom_Box_black .Bottom_Menu_Title a{ color:#333}
	.Bottom_Box_black .Bottom_Menu_Line li a{ color:#666 !important}
	.Bottom_Box_black .mBottom_Link { border:1px solid #999; color:#d1d1d1}
	.Bottom_Box_black .mBottom_Links_Pop{ background-color:#333 !important}
	.Bottom_Box_black .mBottom_Links_Pop ul{ background-color:#333 !important}
	.Bottom_Box_black .mBottom_Links_Pop li{ background-color:#333 !important}
	
	.Bottom_Box_Green .mBottom_Links_Pop ul{background-color:#007952 !important}
	.Bottom_Box_Green .mBottom_Links_Pop{background-color:#007952 !important}
	.Bottom_Box_Green .mBottom_Links_Pop li{background-color:#007952 !important}
	
	.Bottom_Box_Cyan .mBottom_Links_Pop ul{background-color:#00656A !important}
	.Bottom_Box_Cyan .mBottom_Links_Pop li{background-color:#00656A !important}
	.Bottom_Box_Cyan .mBottom_Links_Pop{background-color:#00656A !important}
	
	.MenuNow a{ color:#AADBFF !important}
	
	.Bottom_Copyright_Div p a{ color:#CBCBCB}
	/*20230530*/
	.m-style {
    position: relative;
    text-align: center;
    zoom: 1;
	margin:10px 10px 15px;
}

.m-style:before,
.m-style:after {
    content: "";
    display: table;
}

.m-style:after {
    clear: both;
    overflow: hidden;
}

.m-style span {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #3365CB;
    color: #fff;
    font-size: 14px;
    border: 1px solid #3365CB;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #484848;
    font-size: 14px;
    border: 1px solid #3365CB;
}

.m-style a:hover {
    color: #fff;
    background: #3365CB;
}

.m-style .next,
.m-style .prev {
    font-family: "Simsun";
    font-size: 12px;
    font-weight: bold;
}

.now,
.count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

.jump-ipt {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border: 1px solid #3365CB;
    outline: none;
    color: #fff;
    font-size: 10px;
}
.Search_Title a b{
 color: #3365CB;
}
}