/* Mobile */
@media (max-width:600px) {

    /* 菜单部分 */
    .TopMenu_Box {
        width: 100%;
        height: 19vw;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Top_Bar_BK.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .TopMenu_Div {
        height: 19vw;
    }

    .TopMenu_Left {
        float: left;
        margin-top: 6.15vw;
        width: 44.6vw;
    }

    .TopMenu_Left img {
        width: 44.6vw;
    }

    .Top_Control {
        float: right;
        margin-top: 6.15vw;
        width: 24.36vw;
    }

    .TopMenu_Mid {
        float: left;
        width: 50%;
        border-right: 1px solid #FFF;
    }

    .TopMenu_Mid img {
        width: 6.66vw;
        height: 6.66vw;
    }

    .TopMenu_Right {
        float: right;
        width: 6.66vw;
    }

    .TopMenu_Right a img {
        width: 6.66vw;
        height: 6.66vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #333;
    }

    .Top_Menu_Control {
        margin: 0 auto;
        margin-top: 7.2vw;
        width: 90vw;
        height: 5.13vw;
    }

    .Top_Menu_BTClose2,
    .Top_Menu_BTClose {
        float: right;
        width: 5.13vw;
        height: 5.13vw;
    }

    .Top_Menu_BTClose2 img,
    .Top_Menu_BTClose img {
        width: 5.13vw;
        height: 5.13vw;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        margin-top: 20px;
        width: 90vw;
    }

    .Top_PopMenu_Line {
        height: auto;
        margin-bottom: 20px;
    }

    .Top_PopMenu_Line2 {
        border-top: 1px solid #FFF;
        height: auto;
        line-height: 32px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .Top_PopMenu_L2 {
        /* display: none; */
        overflow: hidden;
    }

    .Top_PopMenu_Line ul {
        width: 90%;
        margin-top: 15px;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Top_PopMenu_Line li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        order: 0;
        font-size: 18px;
        color: #999;
        line-height: 32px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
    }


    .Top_PopMenu_Line li a {
        color: #999;
    }

    .Top_PopMenu_Title {
        width: 100%;
        height: 36px;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 0px;
        width: calc(100% - 35px);
        height: 32px;
        font-size: 24px;
        color: #FFF;
        line-height: 32px;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 0px;
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Menu_Plus.png) center center no-repeat;
    }

    .Top_PopMenu_Contact {
        margin-top: 20px;
        width: calc(100% - 2px);
        height: 30px;
        line-height: 32px;
        font-size: 24px;
        color: #FFF;
    }

    .Top_PopMenu_Contact a {
        color: #FFF;
    }

    .Top_PopMenu_Chinese {
        margin-top: 20px;
        width: calc(100% - 2px);
        height: 30px;
        line-height: 32px;
        font-size: 24px;
        font-family: "黑体";
        color: #FFF;
    }

    .Top_PopMenu_Chinese a {
        color: #FFF;
    }

    .Top_PopMenu_Link {
        margin-top: 20px;
        height: 28px;
    }

    .Top_PopMenu_Link h4 {
        display: inline-block;
        height: 28px;
        padding-left: 40px;
        padding-right: 20px;
        line-height: 28px;
        font-size: 24px;
        color: #FFF;
    }

    .Top_PopMenu_Link h4 a {
        color: #FFF;
    }

    .Top_PopMenu_Link1 {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Top_Icon1.png) left center no-repeat;
        background-size: 28px 28px;
        border-right: 1px solid #FFF;
    }

    .Top_PopMenu_Link2 {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Top_Icon2.png) left center no-repeat;
        background-size: 28px 28px;
        margin-left: 20px;
    }

    .Top_Search_Pop_Box {
        display: none;
        /* display: block; */
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: #333;
    }

    .Top_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 25px;
        height: 60px;
        border: 1px solid #FFF;
    }

    .Top_Search_Input {
        float: left;
        margin-left: 10px;
        width: calc(100% - 60px);
        line-height: 60px;
        height: 60px
    }

    .Top_Search_Input input {
        width: calc(100% - 10px);
        line-height: 60px;
        height: 60px;
        /* text-indent: 10px;   */
        font-size: 24px;
        color: #EEE;
        background-color: transparent;
    }


    .Top_Search_Input input::input-placeholder {
        font-size: 24px;
        color: #EEE;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        font-size: 24px;
        color: #EEE;
    }

    .Top_Search_Input input::-moz-placeholder {
        font-size: 24px;
        color: #EEE;
    }

    .Top_Search_Input input::-moz-placeholder {
        font-size: 24px;
        color: #EEE;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        font-size: 24px;
        color: #EEE;
    }

    .Top_Search_BT {
        float: right;
        width: 26px;
        height: 26px;
        margin-right: 20px;
        margin-top: 16px;
    }

    .Top_Search_BT img {
        width: 26px;
        height: 26px;
    }

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        /* margin-bottom: 50px; */
    }

    .PageControl_Div {
        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: #F7F6F3;
        height: 32px;
        line-height: 32px;
        margin-right: 10px;
        /* border: 1px solid #E6E6E6; */
    }

    .PageControl_Next {
        margin-right: 0px;
    }

    .PageControl_Next a,
    .PageControl_Prev a {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
        height: 32px;
        line-height: 32px;
        font-size: 18px;
        color: #272727;
        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: 32px;
        list-style: none;
    }

    .PageControl_Num li {
        float: left;
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 36px;
        height: 32px;
        line-height: 32px;
        /* background-color: #F7F6F3; */
        font-size: 18px;
        text-align: center;
        margin-right: 10px;
        /* border: 1px solid #DDDAD2; */
    }
    .PageControl_Num span{
        margin-right: 10px;
        /* border: 1px solid #DDDAD2; */
    }
    .PageControl_Num .NumOn {
        /* background-color: #84A7D8; */
        color: #C10026;
    }

    .PageControl_Num .NumOn a {
        color: #C10026;
    }

    .PageControl_Num a {
        width: 36px;
        height: 32px;
        margin-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #272727;
        /* border: 1px solid #DDDAD2; */

    }


    /* Nav_Div */
    .Nav_Div {
        height: 48px;
        line-height: 48px;
        font-size: 18px;
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }
}


@media (max-width:600px) {
    .mHome_Banner_Swiper {
        width: 100vw;
        height: calc(53vw + 64px);
        overflow: hidden;
        margin-bottom: 30px;
    }

    .mHome_Banner_Swiper p {
        width: 100vw;
        height: 53vw;
        overflow: hidden;
        z-index: 1;
    }

    .mHome_Banner_Swiper p img {
        width: 100vw;
        height: 53vw;
    }

    .mHome_Banner_Swiper h4 {
        padding: 10px 15px;
        height: 46px;
        font-size: 18px;
        font-weight: bold;
        line-height: 23px;
        color: #000;

        /* background-color: rgba(0, 0, 0, 0.6); */
        overflow: hidden;
        z-index: 2;
    }

    .mHome_Banner_Swiper h4 a {
        height: 46px;
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        color: #000;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .mHome_Banner_pagination {
        font-size: 12px;
        bottom: 68px !important;
        height: 20px !important;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 8px;
        height: 4px;
        background-color: #FFF;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .mHome_Banner_pagination .swiper-pagination-bullet-active {
        background-color: #FFF;
        width: 20px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    /* Home_News_Div */
    .Home_News_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 55px;
    }

    .Home_Title {
        width: 100%;
        height: 50px;
        font-size: 30px;
        font-weight: bold;
        color: #000;
        line-height: 40px;
        text-align: center;
    }

    .Home_Title a {
        color: #000;
    }

    .Home_News_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_News_Left {
        padding: 50px 4%;
        height: auto;
        background-color: #ECFFD4;
        overflow: hidden;
    }

    .Home_News_Title {
        width: 100%;
        height: 40px;
        line-height: 28px;
        font-size: 20px;
        font-weight: bold;
        color: #000;
    }

    .Home_News_Title a {
        color: #000;
    }

    .Home_News_Left ul {
        width: 100%;
        height: auto;
    }

    .Home_News_Left li {
        padding-top: 18px;
        padding-bottom: 18px;
        width: 100%;
        font-size: 18px;
        line-height: 23px;
        color: #333;
        border-bottom: 1px solid #C7D7B3;
    }

    .Home_News_Left li a {
        color: #333;
    }

    .Home_News_Left li a:hover {
        color: #D47F00;
    }

    .Home_News_Left li:first-child {
        padding-top: 0;
    }

    .Home_News_Left li:last-child {
        padding-bottom: 0;
        border-bottom: 0px;
    }

    .Home_News_Mid {
        padding: 30px 4%;
        width: 92vw;
        /* height: 61vw; */
        background-color: #C6F7D5;
    }

    .Home_News_Mid p {
        width: 92vw;
        height: 61vw;
    }

    .Home_News_Mid p img {
        width: 92vw;
        height: 61vw;
    }

    .Home_News_Mid h4 {
        margin-top: 10px;
        width: 100%;
        font-size: 18px;
        line-height: 23px;
        color: #333;
    }

    .Home_News_Mid h4 a {
        color: #333;
    }

    .Home_News_Left2 {
        /* width: 311px; */
    }

    /* Home_Investment_Div */
    .Home_Investment_Div {
        height: auto;
        margin-bottom: 60px;
    }

    .Home_Title_Investment {
        height: 80px !important;
    }

    .Home_Investment_Content {
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Investment_Content h4 {
        font-size: 18px;
        line-height: 26px;
        color: #333;
    }

    .Home_WhyOrdos {
        float: right;
        width: 104px;
        margin-top: 14px;
        height: 25px;
        line-height: 25px;
        font-size: 20px;
        font-weight: bold;
        color: #DD670F;
        text-align: left;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Arrow_Why.png) center bottom no-repeat;
        background-size: 104px 7px;
    }

    .Home_WhyOrdos a {
        color: #DD670F;
    }

    .Home_WhyOrdos a:hover {
        color: #DD670F;
        text-decoration: none;
    }

    .Home_Investment_List {
        margin: 0 auto;
        margin-top: 20px;
        width: 100%;
        height: 29vw;
        display: flex;
        justify-content: space-between;
    }

    .Home_Investment_BT {
        padding: 5vw;
        width: 19vw;
        height: 19vw;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .Home_Investment_BT a {
        color: #FFF;
    }

    .Home_Investment_List1 {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Home_Invest_BK1.png) center center no-repeat;
        background-size: 29vw 29vw;
    }

    .Home_Investment_List2 {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Home_Invest_BK2.png) center center no-repeat;
        background-size: 29vw 29vw;
    }

    .Home_Investment_List3 {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Home_Invest_BK3.png) center center no-repeat;
        background-size: 29vw 29vw;
    }

    /* Home_Industries_Box */
    .Home_Industries_Box {
        width: 100%;
        height: 160vw;
        margin-bottom: 58px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Home_Industries_BK.jpg) center center no-repeat;
    }

    .Home_Industries_Div {
        height: auto;
        overflow: hidden;
    }

    .Home_Title_Industries {
        margin-top: 57px;
    }

    .Home_Title_Industries a {
        color: #FFF;
    }

    .Home_Industries_List {
        width: 100%;
        height: auto;
    }

    .Home_Industries_List ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }

    .Home_Industries_List li {
        width: 44vw;
        height: (44vw + 48px);
        border-radius: 2vw;
        overflow: hidden;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.36);
        margin-bottom: 4vw;
    }

    .Home_Industries_List li p {
        width: 44vw;
        height: 44vw;
    }

    .Home_Industries_List li p img {
        width: 44vw;
        height: 44vw;
    }

    .Home_Industries_List li h4 {
        width: 100%;
        height: 48px;
        font-size: 18px;
        color: #333;
        line-height: 48px;
        text-align: center;
        background-color: #FFF;
    }

    .Home_Industries_List li h4 a {
        color: #333;
    }

    /* Home_IGuides_Div */
    .Home_IGuides_Div {
        height: auto;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .Home_Title_IGuides {
        height: 57px !important;
    }

    .Home_IGuides_Div ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
    }

    .Home_IGuides_Div li {
        padding: 1vw;
        width: 20.5vw;
        /* height: calc(20.5vw + 48px); */
        overflow: hidden;
        margin-bottom: 10px;
    }

    .Home_IGuides_Div li p {
        width: 20.5vw;
        height: 20.5vw;
    }

    .Home_IGuides_Div li p img {
        width: 20.5vw;
        height: 20.5vw;
    }

    .Home_IGuides_Div li h4 {
        margin-top: 4px;
        width: 100%;
        height: auto;
        font-size: 14px;
        color: #333;
        text-align: center;
        line-height: 22px;
        word-wrap:break-word;
        overflow: hidden;
    }

    .Home_IGuides_Div li h4 a {
        color: #333;
    }

    .Home_IG1 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon1.png) center center no-repeat;
        background-size: 20.5vw 20.5vw;
        transition: all 0.5s;
    }

    .Home_IG1:hover p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon1_on.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG2 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon2.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG2:hover p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon2_on.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG3 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon3.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG3:hover p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon3_on.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG4 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon4.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG4:hover p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon4_on.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG5 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon5.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG5:hover p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon5_on.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG6 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon6.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG6:hover p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon6_on.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG7 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon7.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    .Home_IG7:hover p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Guides_Icon7_on.png) center center no-repeat;
        transition: all 0.5s;
        background-size: 20.5vw 20.5vw;
    }

    /* Home_Beautiful_Box */
    .Home_Beautiful_Box {
        width: 100%;
        height: auto;
        margin-bottom: 55px;
        background-color: #E8F9FF;
        overflow: hidden;
    }

    .Home_Beautiful_Div {
        height: auto;

    }

    .Home_Title_Beautiful {
        margin-top: 55px;
    }

    .Home_Beautiful_Block {
        width: 100%;
        height: auto;

    }

    .Home_Beautiful_BlockLeft {
        width: 100%;
        height: auto;
    }

    .mHome_Beautiful_Swiper {
        width: 92vw;
        height: calc(61vw + 80px);
        margin-bottom: 20px;
        overflow: hidden;
    }

    .mHome_Beautiful_Swiper p {
        width: 92vw;
        height: 61vw;
        overflow: hidden;
    }

    .mHome_Beautiful_Swiper p img {
        width: 92vw;
        height: 61vw;
    }

    .mHome_Beautiful_Swiper h4 {
        margin-top: 8px;
        width: 100%;
        height: 46px;
        line-height: 23px;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .mHome_Beautiful_Swiper h4 a {
        color: #333;
    }

    .Home_Beaitiful_pagination {
        font-size: 12px;
        bottom: 0px !important;
        height: 20px !important;
    }

    .Home_Beaitiful_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 8px;
        height: 4px;
        background-color: #333;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .Home_Beaitiful_pagination .swiper-pagination-bullet-active {
        background-color: #333;
        width: 20px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .Home_Beautiful_BTPrev {
        display: none;
        position: absolute;
        left: -20px;
        top: 139px;
        width: 40px;
        height: 40px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Beautiful_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Beautiful_BTNext {
        display: none;
        position: absolute;
        right: -20px;
        top: 139px;
        width: 40px;
        height: 40px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Beautiful_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Beautiful_List {
        border-top: 1px solid #C3D2D7;
        padding-top: 23px;
        padding-bottom: 23px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Beautiful_List ul {
        width: 100%;
    }

    .Home_Beautiful_List li {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Home_Beautiful_List li:last-child {
        margin-bottom: 0px;
    }

    .Home_Beautiful_List li p {
        float: left;
        width: 32.56vw;
        height: 21.8vw;
        margin-right: 10px;
    }

    .Home_Beautiful_List li p img {
        width: 32.56vw;
        height: 21.8vw;
    }

    .Home_Beautiful_List li h4 {
        /* height: 110px; */
        font-size: 18px;
        line-height: 24px;
        color: #333;
        overflow: hidden;
    }

    .Home_Beautiful_List li h4 a {
        color: #333;
    }

    /* Home_LiveIn_Div */
    .Home_LiveIn_Div {
        /* height: 320px; */
        overflow: hidden;
        margin-bottom: 50px;
    }

    .Home_Title_LiveIn {
        height: 74px;
    }

    .Home_LiveIn_Div ul {
        margin: 0 auto;
        width: 980px;
        height: 247px;
        display: flex;
        justify-content: space-between;
    }

    .Home_LiveIn_Div li {
        width: 200px;
        height: 247px;
        overflow: hidden;
    }

    .Home_LiveIn_Div li h4 {
        margin-top: 15px;
        width: 200px;
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        color: #000;
        text-align: center;
        overflow: hidden;
    }

    .Home_LiveIn_Div li h4 a {
        color: #000;
    }

    .mHome_LiveIn_Swiper h4 {
        margin-top: 4px;
        width: 32vw;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 18px;
        color: #000;
    }

    .mHome_LiveIn_Swiper h4 a {
        color: #000;
    }

    .Home_LiveIn_Item {
        border-radius: 14px;
        width: 32vw;
        height: 32vw;
        background-color: #000;
        overflow: hidden;
    }

    .Home_LiveIn_Item p {
        position: absolute;
        width: 32vw;
        height: 32vw;
        overflow: hidden;
        z-index: 1;
    }

    .Home_LiveIn_Item p img {
        width: 32vw;
        height: 32vw;
    }

    .Home_LiveIn_Item em {
        position: absolute;
        left: 2vw;
        top: 2vw;
        width: 28vw;
        height: 28vw;
        overflow: hidden;
        z-index: 2;

    }

    .Home_LiveIn_Item1 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_BK1.jpg) center center no-repeat;
        background-size: 32vw 32vw;
    }

    .Home_LiveIn_Item1 em {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_Icon1.png) center center no-repeat;
        background-size: 28vw 28vw;
    }

    .Home_LiveIn_Item2 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_BK2.jpg) center center no-repeat;
        background-size: 32vw 32vw;
    }

    .Home_LiveIn_Item2 em {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_Icon2.png) center center no-repeat;
        background-size: 28vw 28vw;
    }

    .Home_LiveIn_Item3 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_BK3.jpg) center center no-repeat;
        background-size: 32vw 32vw;
    }

    .Home_LiveIn_Item3 em {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_Icon3.png) center center no-repeat;
        background-size: 28vw 28vw;
    }

    .Home_LiveIn_Item4 p {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_BK4.jpg) center center no-repeat;
        background-size: 32vw 32vw;
    }

    .Home_LiveIn_Item4 em {
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_LiveIn_Icon4.png) center center no-repeat;
        background-size: 28vw 28vw;
    }

    .Home_LiveIn_Div li p {
        opacity: 0.5;
        transition: all 0.5s;
        cursor: pointer;
    }

    .Home_LiveIn_Div li em {
        opacity: 1;
        transition: all 0.5s;
        cursor: pointer;
    }

    .Home_LiveIn_Div li:hover p {
        transition: all 0.5s;
        opacity: 1;
        cursor: pointer;
    }

    .Home_LiveIn_Div li:hover em {
        transition: all 0.5s;
        opacity: 0;
        cursor: pointer;
    }

    /* Home_Help_Box */
    .Home_Help_Box {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Help_Content {
        width: 100%;
        /* height: 776px; */
        overflow: hidden;
    }

    .Home_Help_Content_Left {
        padding: 12.8vw 4vw;
        width: 92vw;
        height: 70.4vw;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Home_Help_Left.jpg) center center no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
    }

    .Home_Help_Content_Title {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        color: #FFF;
        margin-bottom: 4px;
    }

    .Home_Help_Content_Title a {
        color: #FFF;
    }

    .Home_Help_Content_Title2 {
        margin-top: 10px;
        width: 100%;
        height: 18vw;
        font-size: 16px;
        line-height: 24px;
        color: #FFF;
    }

    .Home_Help_Content_info {
        width: 100%;
        height: auto;
    }

    .Home_Help_Content_info ul {
        width: 100%;
        height: auto;
    }

    .Home_Help_Content_info li {
        padding-left: 10px;
        height: 120px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_Help.png) left center no-repeat;
        background-size: 4px 4px;
        background-position: 0 10px;
    }

    .Home_Help_Content_info li h4 {
        font-size: 18px;
        line-height: 24px;
        color: #FFF;
    }

    .Home_Help_Content_info li h5 {
        margin-top: 3px;
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        color: #FFF;
    }

    .Home_Help_Content_info li h5 a {
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        color: #FFF;
        text-decoration: underline;
    }

    .Home_Help_Content_info li h6 {
        margin-top: 4px;
        font-size: 20px;
        line-height: 28px;
        color: #FFF;
    }

    .Home_Help_Content_Right {
        width: 100%;
        height: 117vw;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/Home_Help_Right.jpg) center center no-repeat;
        background-size: 100vw 117vw;
        overflow: hidden;
    }

    .Home_Help_Content_Right ul {
        padding-left: 20vw;
        padding-top: 19.6vw;
        height: auto;
    }

    .Home_Help_Content_Right li {
        font-size: 18px;
        line-height: 24px;
        color: #FFF;
    }

    .Home_Help_Content_Right li a {
        font-size: 18px;
        line-height: 24px;
        color: #FFF;
    }

    .Home_Help_Content_Right li a:hover {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        color: #FFF;
    }

    .Home_Help1 {
        height: 11.54vw;
    }

    .Home_Help2 {
        margin-left: 13.3vw;
        height: 12.05vw;
    }

    .Home_Help3 {
        margin-left: 20.25vw;
        height: 12.1vw;
    }

    .Home_Help4 {
        margin-left: 22.25vw;
        height: 12.05vw;
    }

    .Home_Help5 {
        margin-left: 20.95vw;
        height: 12.0vw;
    }

    .Home_Help6 {
        margin-left: 15.25vw;
        height: 11.0vw;
    }

    .Home_Help7 {
        margin-left: 2.25vw;
        height: 11.05vw;
    }

    .BackTop_Div {
        position: fixed;
        bottom: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        z-index: 10;
    }

    .BackTop_Div img {
        width: 40px;
        height: 40px;
    }

    /* Bottom_Box */
    .Bottom_Box {
        width: 100%;
        height: auto;
        background-color: #333;
        overflow: hidden;
    }

    .Main_Link_Div {
        margin: 0 auto;
        width: 92%;
        height: auto;
        /* overflow:hidden; */
        margin-bottom: 10px;

    }

    .Main_Link_Center_Div {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40px;
    }

    .Main_Link_Title {
        width: 100%;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        color: #FFF;
        margin-bottom: 10px;
        /* cursor: pointer; */
    }

    .Main_Link_Block {
        width: 100%;
        height: 40px;
    }

    .Main_Link {
        padding-left: 5px;
        width: calc(100% - 7px);
        height: 38px;
        font-size: 18px;
        line-height: 38px;
        color: #656565;
        border: 1px solid #656565;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/LinkArrow_Down.png) center right no-repeat;
        background-position: center right 10px;

        cursor: pointer;
    }

    .Main_Link_Pop {
        display: none;
        position: absolute;
        bottom: 40px;
        margin: 0;
        padding: 0;
        width: calc(100% - 2px);
        max-height: 270px;
        border: 1px solid #656565;
        z-index: 3;
        background-color: #333;
        overflow-y: auto;
    }

    .Main_Link_Pop ul {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .Main_Link_Pop li {
        display: block;
        margin: 0;
        padding: 5px 0;
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        line-height: 30px;
        color: #656565;
        cursor: pointer;
    }

    .Main_Link_Pop li a {
        color: #656565;
    }

    .Main_Link_Pop li a:hover {
        color: #FFA92B;
    }

    .Main_Link_Icons {
        display: none;
        width: 100px;
        margin-top: 5px;
    }

    .Main_Link_Icons p {
        width: 40px;
        margin-right: 20px;
    }

    .Main_Link_Icons p:last-child {
        margin-right: 0px;
    }

    .Main_Link_Icons p img {
        width: 40px;
    }

    /* Main_Map_Div */
    .Main_Map_Div {
        padding-top: 14.87vw;
        height: auto;

    }

    .Main_Map_block {
        width: auto;
    }

    .Main_Map_Title {
        height: 50px;
    }

    .Main_Map_Title a {
        line-height: 26px;
        font-size: 18px;
        font-weight: bold;
        color: #FFF;
    }

    .Main_Map_List ul {
        height: auto;
        list-style: none;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .Main_Map_List li {
        float: left;
        margin-right: 40px;
        line-height: 26px;
        font-size: 18px;
        color: #999;
        margin-bottom: 20px;
    }

    .Main_Map_List li a {
        color: #999;
    }

    /* Bottom_Info */
    .Bottom_Info {
        display: block;
        background-color: #000;
        padding-top: 30px;
        height: 50px;
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        color: #999;
    }

    /* IO_Industries_Div */
    .IO_Industries_Div {
        margin-top: 22px;
        margin-bottom: 57px;
        height: auto;
    }

    .mIO_Industries_Swiper {
        margin: 0 auto;
        width: 92vw;
        height: 40vw;
        overflow: hidden;
    }

    .mIO_Industries_Swiper swiper-slide {
        width: 40vw;
        height: 40vw;
        overflow: hidden;
    }

    .mIO_Industries_Swiper p {
        position: absolute;
        top: 0;
        width: 40vw;
        height: 40vw;
        border-radius: 16px;
        overflow: hidden;
        z-index: 1;
    }

    .mIO_Industries_Swiper p img {
        width: 40vw;
        height: 40vw;
    }

    .mIO_Industries_Swiper h4 {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: calc(40vw - 50px);
        width: 40vw;
        text-align: center;
        height: 44px;
        line-height: 22px;
        font-size: 16px;
        color: #FFF;
        z-index: 2;
    }

    .mIO_Industries_Swiper h4 a {
        color: #FFF;
    }

    .IO_Industries_BTPrev {
        position: absolute;
        right: 60px;
        bottom: 0;
        width: 40px;
        height: 40px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Beautiful_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .IO_Industries_BTNext {
        position: absolute;
        right: 0px;
        bottom: 0;
        width: 40px;
        height: 40px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Beautiful_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* IO_ProjectDatabase_Box */
    .IO_ProjectDatabase_Box {
        width: 100%;
        height: auto;
        margin-bottom: 57px;
    }

    .IO_ProjectDatabase_Left {
        width: 100vw;
        height: 77vw;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/IO_ProjectDatabase_Left.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .IO_ProjectDatabase_Left h4 {
        padding: 46px 35px;
        height: auto;
        font-size: 18px;
        line-height: 24px;
        color: #000;
    }

    .IO_ProjectDatabase_Right {
        padding: 8vw 4vw;
        width: 92vw;
        height: 82vw;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/IO_ProjectDatabase_Right.jpg) center center no-repeat;
        background-size: 100% 100%;
    }

    .IO_ProjectDatabase_Search {
        width: calc(100% - 2px);
        height: 42px;
        border: 1px solid #FFF;
        border-radius: 25px;
        margin-bottom: 35px;
    }

    .IO_ProjectDatabase_Input {
        float: left;
        margin-top: 10px;
        margin-left: 15px;
        width: calc(70% - 1px);
        height: 22px;
        border-right: 1px solid #FFF;
    }

    .IO_ProjectDatabase_Input input {
        width: 100%;
        height: 22px;
        line-height: 22px;
        font-size: 16px;
        color: #FFF;
        font-family: "Helvetica Condensed";
        background-color: transparent;
    }

    .IO_ProjectDatabase_Input input::-webkit-input-placeholder {
        color: #FFF;
        font-family: "Helvetica Condensed";
    }

    /* Mozilla Firefox 19+ */
    .IO_ProjectDatabase_Input input::-moz-placeholder {
        color: #FFF;
        font-family: "Helvetica Condensed";
    }

    /* Mozilla Firefox 4 to 18 */
    .IO_ProjectDatabase_Input input:-moz-placeholder {
        color: #FFF;
        font-family: "Helvetica Condensed";
    }

    /* Internet Explorer 10-11 */
    .IO_ProjectDatabase_Input input:-ms-input-placeholder {
        color: #FFF;
        font-family: "Helvetica Condensed";
    }

    .IO_ProjectDatabase_SearchBT {
        float: left;
        width: 25%;
        margin-top: 10px;
        height: 22px;
        line-height: 22px;
        font-size: 18px;
        color: #FFF;
        text-align: center;
    }

    .IO_ProjectDatabase_SearchBT a {
        color: #FFF;
    }

    .IO_ProjectDatabase_Right ul {
        width: 100%;
        height: auto;
    }

    .IO_ProjectDatabase_Right li {
        padding-left: 20px;
        font-size: 16px;
        line-height: 26px;
        color: #FFF;
        margin-bottom: 26px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_IO.png) left top no-repeat;
        background-position: 3px 9px;
    }

    .IO_ProjectDatabase_Right li a {
        color: #FFF;
    }

    /* IO_Parks_Div */
    .IO_Parks_Div {
        height: auto;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .IO_Parks_List {
        width: 100%;
        height: auto;
    }

    .IO_Parks_List ul {
        width: 100%;
        height: auto;
    }

    .IO_Parks_List li {
        float: left;
        width: 92vw;
        /* height: 67vw; */
        margin-bottom: 20px;
    }



    .IO_Parks_List li p {
        width: 92vw;
        height: 67vw;
    }

    .IO_Parks_List li p img {
        width: 92vw;
        height: 67vw;
    }

    .IO_Parks_List li h4 {
        padding: 5px 7px;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        text-align: center;
    }

    .IO_Parks_List li h4 a {
        color: #000;
    }

    /* IO_Enterprises_Box */
    .IO_Enterprises_Box {


        width: 100%;
        height: auto;
        background-color: #FFDC7F;
    }

    .IO_Enterprises_Div {
        height: auto;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/IO_Enterprises_BK.jpg) bottom center no-repeat;
        background-size: 100% auto;
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .IO_Enterprises_List {
        width: 100%;
    }

    .IO_Enterprises_List ul {
        margin-top: 10px;
        width: 100%;
        height: auto;
    }

    .IO_Enterprises_List li {
        padding-left: 18px;
        height: auto;
        font-size: 18px;
        color: #000;
        line-height: 24px;
        margin-bottom: 10px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_IO_Gray.png) left top no-repeat;
        background-position: 5px 9px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .IO_Enterprises_List li a {
        color: #000;
    }

    .Pub_More {
        display: block;
        float: right;
        margin-top: 20px;
        width: 116px;
        height: 38px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #000;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/IO_Arrow.png) bottom center no-repeat;
    }

    .Pub_More a {
        color: #000;
    }

    /* Living_Div */
    .Living_Div {
        margin-top: 30px;
        margin-bottom: 50px;
        height: auto;
        overflow: hidden;
    }

    .Living_Div ul {
        width: 100%;
        height: auto;
    }

    .Living_Div li {
        width: 100%;
        height: 35vw;
        margin-bottom: 4vw;
    }

    .Living_Div li:last-child {
        margin-bottom: 0;
    }

    .Living_Div li p {
        position: absolute;
        width: 92vw;
        height: 35vw;
        z-index: 1;
    }

    .Living_Div li p img {
        width: 92vw;
        height: 35vw;
    }

    .Living_Div li h4 {
        position: absolute;
        bottom: 4vw;
        padding-right: 8vw;
        width: 88vw;
        height: 28px;
        line-height: 28px;
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        z-index: 2;
    }

    .Living_Div li h4 a {
        color: #000;
    }

    /* Visiting_Green_Div */
    .Visiting_Green_Div {
        width: 100%;
        margin-top: 26px;
        height: auto;
        margin-bottom: 60px;
    }

    .Visiting_Green_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Visiting_Green_Left {
        padding: 8vw 4vw;
        width: 92vw;
        height: auto;
        background-color: #C6F7D5;
        overflow: hidden;
    }

    .Visiting_Green_Left p {
        width: 92vw;
        height: 61vw;
    }

    .Visiting_Green_Left p img {
        width: 92vw;
        height: 61vw;
    }

    .Visiting_Green_Left h4 {
        margin-top: 10px;
        width: 100%;
        font-size: 18px;
        line-height: 22px;
        color: #000;
    }

    .Visiting_Green_Left h4 a {
        color: #000;
    }

    .Visiting_Green_Right {

        padding: 8vw 4vw;
        width: 92vw;
        height: auto;
        background-color: #ECFFD4;
        overflow: hidden;
    }

    .Visiting_Green_Right ul {
        width: 100%;
        height: auto;
    }

    .Visiting_Green_Right li {
        width: 100%;
        height: auto;
        margin-bottom: 22px;
    }

    .Visiting_Green_Right li h4 {
        font-size: 16px;
        line-height: 20px;
        color: #656565;
        margin-bottom: 5px;
    }

    .Visiting_Green_Right li h5 {
        font-size: 18px;
        line-height: 22px;
        color: #000;
    }

    .Visiting_Green_Right li h5 a {
        color: #000;
    }

    /* Visiting_Attractions_Div */
    .Visiting_Attractions_Div {
        height: auto;
        margin-bottom: 57px;
        overflow: hidden;
    }

    .mVisiting_Attractions_Swiper {
        width: 92vw;
        height: calc(61vw + 72px);
        overflow: hidden;
    }

    .mVisiting_Attractions_Swiper p {
        width: 92vw;
        height: 61vw;
    }

    .mVisiting_Attractions_Swiper p img {
        width: 92vw;
        height: 61vw;
    }

    .mVisiting_Attractions_Swiper h4 {
        margin-top: 7px;
        width: 92vw;
        height: 44px;
        font-size: 18px;
        line-height: 22px;
        color: #333;
        text-align: center;
    }

    .mVisiting_Attractions_Swiper h4 a {
        color: #333;
    }

    .mVisiting_Attractions_pagination {
        font-size: 12px;
        bottom: 0 !important;      
        height: 20px !important;
    }


    .mVisiting_Attractions_pagination .swiper-pagination-bullet {
        border-radius: 2px;
        width: 8px;
        height: 4px;
        background-color: #333;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }

    .mVisiting_Attractions_pagination .swiper-pagination-bullet-active {
        background-color: #333;
        width: 20px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
    }
    .Visiting_Attractions_BTNext {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Beautiful_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    .Visiting_Attractions_BTPrev {
        position: absolute;
        right: 60px;
        bottom: 0;
        width: 40px;
        height: 40px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Home_Beautiful_Next.png);
        z-index: 2;
        cursor: pointer;
    }

    /* Visiting_CultureDining_Div */
    .Visiting_CultureDining_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Visiting_Culture_Div {
        padding: 14vw 4vw;
        width: 92vw;
        height: auto;
        background-color: #FFDC7F;
        overflow: hidden;
    }

    .Visiting_Dining_Div {
        padding: 14vw 4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
        background-color: #54C7C7;
    }

    .Visiting_Dining_Title a {
        color: #FFF;
    }

    .Visiting_CultureDining_Div p {
        width: 92vw;
        height: 61vw;
    }
    .Visiting_CultureDining_Div p img{
        width: 92vw;
        height: 61vw;
    }

    .Visiting_CultureDining_Div ul {
        margin-top: 38px;
        width: 100%;
        height: auto;
    }

    .Visiting_Culture_Div li {
        padding-left:15px;
        line-height: 22px;
        font-size:18px;
        color: #000;
        margin-bottom: 28px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_Black.jpg) left top no-repeat;
        background-position: 3px 9px;
    }
    .Visiting_Culture_Div li:last-child {
        margin-bottom: 0px;        
    }
    .Visiting_Culture_Div li a {
        color: #000;
    }

    .Visiting_Dining_Div li {
        padding-left:15px;
        line-height: 22px;
        font-size: 18px;
        color: #FFF;
        margin-bottom: 28px;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_Help.png) left top no-repeat;
        background-position: 3px 9px;
    }
    .Visiting_Dining_Div li:last-child {
        margin-bottom: 0px;        
    }
    .Visiting_Dining_Div li a {
        color: #FFF;
    }

    /* IG_Incentives_Div */
    .IG_Incentives_Div{
        margin-top: 22px;
        margin-bottom: 115px;
        height: auto;
    }
    .IG_Incentives_List{
        width: 100%;
        height: auto;
    }
    .IG_Incentives_List ul{
        width: 100%;
        height: auto;
    }
    .IG_Incentives_List li{

        padding:18px 14px;
  
        height: auto;
        background-color: #FFDC7F;
        margin-bottom: 12px;
        overflow: hidden;
    }

    .IG_Incentives_List li h4{
        float: left;
        padding-right:14px;        
        width: 54px;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        height: auto;
        color: #000;
        border-right: 1px solid #000;
    }
    .IG_Incentives_List li h5{
        float: left;
        padding-left:14px;        
        width: calc(100% - 83px);
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        height: auto;
        color: #000;
    }
    .IG_Incentives_List li h5 a{
        color: #000;
    }
    /* IG_Establishing_Box */
    .IG_Establishing_Box{

        padding-top:48px;
        padding-bottom: 48px;
        width: 100%;
        height: auto;
        overflow: hidden; 
        background-color: #E8F9FF;
        margin-bottom: 56px;       
    }
    .IG_Establishing_Block{

        width: 100%;
        height: auto;
    }
    .IG_Establishing_Div{
        height: auto;
    }
    .IG_Establishing_Left{
        width: 92vw;
        height: auto;
        margin-bottom: 12px;
        overflow: hidden;
    }
    .IG_Establishing_Pic {
        display: none;
        width: 92vw;
        height: auto;
        margin-bottom: 10px;
    }
    .IG_Establishing_Pic p{        
        width: 92vw;
        height: 61vw;
    }
    .IG_Establishing_Pic img{        
        width: 92vw;
        height: 61vw;
    }
    .IG_Establishing_Pic h4{        
        width: 92vw;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 24px;
        font-weight: bold;
        font-size: 18px;
        color: #000;
    }
    .IG_Establishing_Pic h4 a{        
        color: #000;
    }
    .IG_Establishing_Right{
        width: 100%;
        height: auto;
    }
    .IG_Establishing_Right ul{        
        width: 100%;
        height: auto;
    }
    .IG_Establishing_Right li{                
        padding-left: 13px;
        margin-bottom:20px;
        line-height: 24px;
        font-size: 18px;
        color: #000;

       background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_IO_Gray.png) left top no-repeat;
        background-position: 2px 8px;
        cursor: pointer;
    }
    .IG_Establishing_Right li a{
        color: #000;
    }
    .IG_Establishing_Now{
        /* font-size: 24px;
        font-weight: bold;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/IG_Establishing_Arrow.png) left bottom no-repeat; */
    }
    /* IG_three_Div */
    .IG_three_Div{
        height: auto;
        margin-bottom: 60px;

    }
    .IG_three_Block{        
        width: 100%;
        height: auto;
        margin-bottom: 15vw;
    }
    .IG_three_Pic{
        width: 92vw;
        height: 61vw;
        margin-bottom: 28px;
    }
    .IG_three_Pic img{
        width: 92vw;
        height: 61vw;
    }
    .IG_three_Block ul{
        width: 92vw;
        height: auto;
    }
    .IG_three_Block li{
        padding-left: 25px;        
        line-height: 24px;
        font-size: 18px;
        color: #000;
        margin-bottom: 24px;
       background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_Black.jpg) left top no-repeat;
       background-position: 3px 12px;
    }
    .IG_three_Block li a{
        color: #000;        
    }
    /* IG_Bottom_Box */
    .IG_Bottom_Box{
        width: 100%;
        height: auto;
        overflow: hidden; 
    }
    .IG_Government_Div{
        width: 100%;
        padding-top:15vw;
        height: 78vw;
       background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/IG_GovernmentServices_BK.jpg) center center no-repeat;
       background-size: 100vw 93vw;
    }
    .IG_Government_BT{
        margin: 0 auto;
        margin-top: 10vw;
        width: 41vw;
        height: 14.36vw;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        text-align: center;
        background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/IG_GovernmentServices_Arrow.png) bottom center no-repeat;
        background-size: 100% auto;
    }
    .IG_Government_BT a{
        color: #000;       
    }
    .IG_FAQs_Div{
        padding-top: 15vw;
        width: 100vw;
        height: 83vw;
       background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Mobile/IG_FAQs_BK.jpg) center center no-repeat;
       background-size: 100vw 98vw;
    }
    .IG_FAQs_Line{
        margin: 0 auto;
        width: 86%;
        margin-bottom: 20px;        
        display: flex;
        align-content: center;
        align-items: center;
    }
    .IG_FAQs_Line p{
        width: 28px;
        height: 28px;
        padding-right: 12px;
    }
    .IG_FAQs_Line p img{
        width: 28px;
        height: 28px; 
    }
    .IG_FAQs_Line h4{
        line-height: 24px;
        font-size: 18px;
        color: #000;        
    }
    .IG_FAQs_Line h4 a{
        color: #000;        
    }

    /* ListPic_Div */
    .ListPic_Div {
        height: auto;
        overflow: hidden;
    }

    .ListPic_Div ul {
        margin-top: 25px;
        width: 100%;
        height: auto;
    }

    .ListPic_Div li {

        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }




    .ListPic_Div li p {
        width: 92vw;
        height: 61vw;
        margin-bottom: 10px;
    }

    .ListPic_Div li p img {
        width: 92vw;
        height: 61vw;
    }

    .ListPic_Div li h4 {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        height: auto;
        color: #000;

    }

    .ListPic_Div li h4 a {
        color: #000;
    }
    .List_PageControl{
        padding-top:30px;
        padding-bottom:50px;
    }

    /* NavList_Div */
    .NavList_Div{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .NavList_Left{

        padding:5vw 4vw;
        padding-bottom: 0;
        width: 92Vw;
        height: auto;
        background-color: #E8F9FF;
    }
    .NavList_Type {
        width: 100%;
        height: auto;
        /* padding-bottom: 38px; */
        /* background-color: #00712F; */
    }
    
    .NavList_Type ul {
        /* position: absolute; */
        /* padding-top: 21px; */
        width: 100%;
        height: auto;
        overflow: hidden;
        z-index: 2;
    }
    
    .NavList_Type li {
        float: left;
        /* width: 100%; */
        /* height: 22px; */
        /* border-right: 16px solid transparent; */
        line-height: 22px;
        font-size: 18px;
        text-align: left;
        color: #000;
        margin-bottom: 22px;
        margin-right: 20px;
    }
    
    .NavList_Type li a {
        color: #000;
    }
    
    .NavList_now {
        width: auto;
        font-weight: bold;
        text-decoration: underline;

       /* background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/NavList_Arrow.png) bottom center no-repeat; */
    }
    .NavList_Right{
        /* float: right; */
        padding:0 4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
     /* Updates_List_Div */
     .Updates_List_Div {
        height: auto;
        overflow: hidden;
        margin-top: 22px;
    }

    .Updates_List_Div ul {
        width: 100%;
        height: auto;
    }

    .Updates_List_Div li {
        padding: 20px 0;
        height: auto;
        border-bottom: 1px solid #CCC;
        overflow: hidden;
    }
    .Updates_List_Div li:first-child{
        padding-top:0!important;;
    }
    /* .Updates_List_Div li:hover {
        background-color: #F8F6F4;
    } */

    .Updates_List_Div li p {
        width: 92vw;
        height: 61vw;
        margin-bottom: 20px;
        z-index: 2;
    }

    .Updates_List_Div li p img {
        width: 92vw;
        height: 61vw;
    }

    .Updates_List_Text {
        width: 100%;
        height: auto;
    }

    .Updates_List_Text h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #000;
        margin-bottom: 2px;
    }

    .Updates_List_Text h4 a {
        color: #000;
    }

    .Updates_List_Text h5 {
        font-size: 14px;
        line-height: 22px;
        color: #656565;
        margin-bottom: 10px;
    }

    .Updates_List_Text h5 a {
        color: #656565;
    }

    .Updates_List_Text h6 {
        font-size: 16px;
        line-height: 22px;
        color: #000;
    }

    .Updates_List_Text h6 a {
        color: #000;
    }
    /* Search_Box */
    .Search_Box {   
        margin-top: 27px;     
        height: 44px;
        margin-bottom: 7px;
        overflow: hidden;
    }

    .Search_Div { 
        margin: 0 auto;  
        width: calc(100% - 4px);
        height: 40px; 
        box-sizing: border-box; 
        padding: 2px; 
        border-radius: 20px; 
        background-image: -webkit-linear-gradient(to right, #99CC33, #37B3E4);  
        background-image: -moz-linear-gradient(to right, #99CC33, #37B3E4); 
        background-image: linear-gradient(to right, #99CC33, #37B3E4);  
    }
    .Search_Block { 
        width:100%; 
        height:100%; 
        border-radius: 20px; 
        background:#fff; 
    }
    .SearchInput {
        float: left;
        /* padding-left: 10px; */
        width: 64vw;
        height: 40px; 
        font-size: 22px;
        font-family: "Helvetica Condensed";
        line-height: 40px;   
        border-top-left-radius:22px;       
        border-bottom-left-radius:22px;  
    }

    .SearchInput input {
        width: 100%;
        height: 40px; 
        font-size: 22px;
        text-indent: 20px;
        color: #000;
        background-color: transparent;
    }

    .SearchInput input::input-placeholder {
        color: #000;
        font-size: 22px;
        font-family: "Helvetica Condensed";
    }

    .SearchInput input::-webkit-input-placeholder {
        color: #000;
        font-family: "Helvetica Condensed";
        font-size: 22px;
    }

    .SearchInput input::-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #000;
        font-family: "Helvetica Condensed";
        font-size: 22px;
    }

    .SearchInput input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-family: "Helvetica Condensed";
        color: #000;
        font-size: 22px;
    }

    .SearchInput input::-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #000;
        font-family: "Helvetica Condensed";
        font-size: 22px;
    }

    .SearchInputBT {
        float: right;
        width: 24vw;
        height: 36px; 
        box-sizing: border-box; 
        background-color: #37B3E4;
        border-top-right-radius:18px;     
        border-bottom-right-radius: 18px;
        text-align: center;
        border: 1px solid #37B3E4;;
        font-size: 22px;
        line-height: 32px;
        color: #FFF;
        overflow: hidden;
    }
    .SearchInputBT a{
        color: #FFF;
    }


    .Search_Body {
        margin: 0 auto;
        width: 92vw;
    }

    .Search_Info {
        margin-top: 4px;
        height: 24px;
        font-size: 16px;        
        color: #999;
        line-height: 24px;
        margin-bottom: 23px;
    }

    .Search_List {
        width: 100%;
    }

    .Search_List ul {
        width: 100%;
        list-style: none;
    }

    .Search_List li {
        padding-bottom: 15px;
        margin-bottom: 15px;
        /* background-color: #F7F7F7; */
        border-bottom: 1px solid #CDCDCD;
    }

    .Search_List li h4 {
        font-size: 20px;        
        line-height: 28px;
        font-weight: bold;
        color: #000;
        margin-bottom: 4px;
    }

    .Search_List li h4 a {
        color: #000;
    }

    .Search_List li h5 {
        font-size: 16px;
        line-height: 22px;
        color: #656565;
        margin-bottom: 10px;
        
    }
    
    .Search_List li h6 {
        font-size: 18px;
        line-height: 26px;
        color: #000;
        text-align: justify;    

    }
    
    .Search_List li h6 a {
        color: #000;
    }

    .Search_List li span {
        color: #E50808;

    }

    .Search_Right {
        width: 248px;
    }

    .Search_PageControl {
        padding-top: 45px;
        margin-bottom: 45px;
    }

    .SearchTime_Div {
        width: 246px;
        border: 1px solid #EBECF1;
    }

    .SearchTime_Title {
        text-align: center;
        height: 65px;
        line-height: 65px;
        font-size: 26px;
        color: #0A6FD7;
        border-bottom: 1px solid #EBECF1;
    }
    .SearchTime_List {
        padding: 22px 20px;
        height: 280px;
    }

    .SearchTime_Line {
        margin-bottom: 16px;
    }

    /* Artical_Box */
    .Artical_Div {
        width: 100%;
        margin-top: 25px;
        height: auto;
        overflow: hidden;
    }

    .Artical_Left {
        margin: 0 auto;
        width: 92%;
        height: auto;
    }

    .Artical_Body {
        width: 100%;
    }

    .Artical_Title {
        line-height: 36px;
        font-size: 28px;
        font-weight: bold;
        color: #040404;
        margin-bottom: 10px;
    }

    .Artical_Info {
        line-height: 22px;
        font-size: 16px;
        color: #525252;
        margin-bottom: 30px;
        overflow: hidden;
    }

    .Artical_Info_Left {
        width: 90%;
        height: 22px;
    }

    .Artical_Info_Left span {
        font-size: 16px;
        line-height: 22px;
        color: #656565;
        padding-left: 5px;
        padding-right: 5px;
        /* border-right: 1px solid #656565; */
        height: 32px;
    }

    .Artical_Info_Left span:first-child {
        padding-left: 0px;

    }

    .Artical_Info_Right {
        margin: 0 auto;
        width: 280px;
        height: 44px;
        margin-bottom: 50px;
    }

    .Artical_Info_Right ul {
        display: flex;
        justify-content: space-between;
        width: 280px;
        height: 44px;
    }

    .Artical_Info_Right li {
        width: 44px;
        height: 44px;
    }

    .Artical_Info_Right li img {
        width: 44px;
        height: 44px;
    }

    .Artical_Info span {
        color: #6D6D6D;
        /* margin-right: 10px; */
    }

    .Artical_Content {
        width: 100%;
        height: auto;
    }

    .Artical_Content p {
        color: #000;
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .Artical_Content p img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }

    .Artical_Content span {
        width: 100%;
        margin-top: 8px;
        text-align: left;
        line-height: 22px;
        font-size: 16px;
        color: #656565;
        text-indent: 0px;
        /* text-align: center; */
        margin-bottom: 60px;
    }

    .Artical_PageControl {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .Artical_Right {
        display: none;
        padding: 12vw 4vw;
        width: 92%;
        height: auto;
        overflow: hidden;
        background-color: #E8F9FF;
    }

    .Artical_Special_Title {

    }
    .Artical_Special_Div{
        width: 100%;
        height: auto;
        margin-bottom: 90px;
    }
    .Artical_Special_Div ul{
        width: 100%;
        height: auto;
    }
    .Artical_Special_Div p{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .Artical_Special_Div p img{
        width: 100%;        
    }
    .Artical_Special_Div h4{
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        margin-bottom: 30px;
    }  
    .Artical_Special_Div h4 a{
        color: #000;        
    }
    .Artical_FAQs_Div{
        width: 100%;
        height: auto;
    }
    .Artical_FAQs_Div li{
        padding-left: 15px;        
        height: auto;
        font-size: 18px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
       background: url(http://cnsubsites.chinadaily.com.cn/investordos/att/377.files/images/Dot_Black.png) left top no-repeat;
       background-position: 3px 10px;
       background-size: 4px 4px;
    }
    .Artical_FAQs_Div li a{
        color: #000;        
    }
	.Search_List li b {
    color: #E50808;
}
.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: #bdbdbd;
    font-size: 14px;
}

.m-style .active {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #0072bc;
    color: #fff;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a {
    float: left;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #f3f3ed;
    color: #a0a3a5;
    font-size: 14px;
    border: 1px solid #CCCCCC;
}

.m-style a:hover {
    color: #fff;
    background: #0072bc;
}

.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 #0072bc;
    outline: none;
    color: #bdbdbd;
    font-size: 10px;
}
}

    @media screen and (min-width:320px){html{}
	.Artical_Left iframe{width:100%!important; height: 180px!important;}}
    @media screen and (min-width:360px){html{}
	.Artical_Left iframe{width:100%!important;height: 215px!important;}}
    @media screen and (min-width:400px){html{}
	.Artical_Left iframe{width:100%!important; height: 245px!important;}}
    @media screen and (min-width:480px){html{}
	.Artical_Left iframe{width:100%!important; height: 280px!important;}}
    @media screen and (min-width:560px){html{}
	.Artical_Left iframe{width:100%!important; height: 300px!important;}}
    @media screen and (min-width:600px){html{}
	.Artical_Left iframe{height: 450px!important;}}
