/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .TopHead_Box {
        width: 100%;
        height: auto;
    }

    .TopHead_Div {
        position: relative;
        margin: 0 auto;
        width: 92vw;
        padding: 0;
        height: 20px;
        padding-top: 20px;
        border-bottom: 1px solid #CCC;
        margin-bottom: 20px;
        /* overflow: hidden; */
    }

    .TopHead_Top {
        width: 100%;
        height: auto;
    }

    .TopHead_Left {
        width: auto;
        height: 14px;
        font-size: 0;
    }

    .TopHead_Left h4 {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 8px;
        cursor: pointer;
    }

    .TopHead_Left h4 img {
        width: 14px;
        height: 14px;
    }

    .mTopHead_Menu {
        background: url(../img/Top_Icon_Menu.png) center center no-repeat;
        background-size: 14px 14px;
    }

    .mTopHead_Search {
        position: absolute;
        right: 0;
        margin-right: 0;
        background: url(../img/Top_Icon_Search.png) center center no-repeat;
        background-size: 14px 14px;
    }
    .mTopHead_Logo{        
        position: absolute;
        left: calc(50% - 56px);
    }
    .TopHead_Left h6 {
        display: inline-block;
        /* padding-top: 3px; */
        width: 112px;
        height: 14px;
    }

    .TopHead_Left h6 img {
        width: 112px;
        height: 14px;
    }

    .TopHead_Right {
        display: none;
        width: 220px;
        height: 32px;
    }

    .TopHead_Right h4 {
        width: 104px;
        height: 32px;
        background-color: #DFE7EE;
        text-align: center;
        font-size: 18px;
        line-height: 32px;
        color: #070707;
    }

    .TopHead_Right h4 a {
        color: #070707;
    }

    .TopHead_Sighin {
        background-color: #0B497D !important;
        color: #FFF;
    }

    .TopHead_Sighin a {
        color: #FFF !important;
    }

    .mTopHead_Pop_Div {
        display: none;        
        position: fixed;
        padding:6vw 4vw;        
   
        width: 92vw;
        height: calc(100vh - 12vw);       
        overflow: hidden;
        z-index: 3;
        background-color:rgba(255,255,255, 0.9);
        
    }
    .TopHead_Pop_Title{
        padding-bottom: 4vw;
        border-bottom: 1px solid #7f7f7f;
        margin-bottom: 4vw;
    }
    .TopHead_Pop_Title h4 {
        display: inline-block;
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

    .TopHead_Pop_Title h4 img {
        width: 18px;
        height: 18px;
    }
    .TopHead_Pop_Title h6 {
        display: inline-block;
        width: 174px;
        height: 19px;
        cursor: pointer;
    }

    .TopHead_Pop_Title h6 img {
        width: 174px;
        height: 19px;
    }

    .TopHead_Close {
        float: left;
        width: 18px;
        height: 18px;
        margin-right: 24px;
        background: url(../img/Top_Icon_Close.png) center center no-repeat;
        background-size: 18px 18px;
    }

    .TopHead_Pop_Input {
        /* border-radius: 6px; */
        width: 100%;
        height: 50px;
        margin-bottom: 6vw;
    }

    .TopHead_Pop_Input input {
        float: left;
        padding: 9px;
        border: 1px solid #AAA;
        padding-right: 0px;
        border-right: 0px;
        width: calc(100% - 60px);
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        color: #656565;
        border-radius: 0!important;
        -webkit-appearance : none ;
    }

    .TopHead_Pop_Input input::input-placeholder {
        color: #656565;
    }

    .TopHead_Pop_Input input::-webkit-input-placeholder {
        color: #656565;
    }

    .TopHead_Pop_Input input::-moz-placeholder {
        color: #656565;
    }

    .TopHead_Pop_Input input::-ms-input-placeholder {
        color: #656565;
    }
    .TopHead_SearchBT{
        float: left;
        width: 50px;
        height: 50px;
        background: url(../img/Pop_Icon_Search.png) center center no-repeat;
        background-size: 22px 22px;
        background-color: #083E6D;   
    }
    
    /* .TopHead_Pop_Title {
        height: 28px;
        line-height: 28px;
        margin-bottom: 55px;
    } */

    /* .TopHead_Pop_Title h4 {
        display: inline-block;

        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 28px;

        padding: 0 40px;
        line-height: 28px;
        font-size: 20px;
        color: #b9b9b9;
        margin-bottom: 55px;
    }

    .TopHead_Pop_Title h4:first-child {
        padding-left: 0;
    }

    .TopHead_Pop_Title h4 a {
        color: #999;
    }

    .TopHead_Pop_Title h4 a:hover {
        color: #000;
    }

    .TopHead_Pop_TitleNow {
        font-size: 24px;
        font-weight: bold;
        color: #000 !important;
    }

    .TopHead_Pop_TitleNow a {
        color: #000 !important;
    } */

    .TopTitle_Div {
        height: 38px;
        line-height: 32px;
        font-size: 24px;
        /* font-weight: bold; */
        color: #073D6D;
        text-align: left;
        font-family: "Roboto Black";
        text-transform: uppercase;
    }

    .TopTitle_Div a {
        color: #073D6D;
    }

    .TopHead_Pop_List_Div {
        height: auto;        
    }
    .TopHead_Pop_List_Div ul{
        height: auto;        
    }
    .TopHead_Pop_List_Div li{
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 18px;
        color: #000;  
    }
    .TopHead_Pop_List_Div li a{
        color: #000;  
    }

    .TopHead_Pop_ListBlock {
        min-width: 295px;
        /* margin-right: 100px; */
        height: auto;
        margin-bottom: 60px;
    }

    .TopHead_Pop_ListTitle {
        font-size: 24px;
        font-family: "Roboto Bold";
        color: #000;
        height: 32px;
        line-height: 32px;
        margin-bottom: 23px;
    }

    .TopHead_Pop_ListTitle a {
        color: #000;
    }

    .TopHead_Pop_List {
        height: auto;
    }

    .TopHead_Pop_List ul {
        height: auto;
    }

    .TopHead_Pop_List li {
        font-family: "Roboto Light";
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
        color: #000;
    }

    .TopHead_Pop_List li a {
        color: #000;
    }



    .TopMenu_Div {
        height: 37px;
        /* overflow: hidden; */
    }

    .BUSS_Menu_Div {
        width: 100%;
        height: 25px;
        /* overflow: hidden; */
    }

    .BUSS_Menu_All {
        margin-left: 0;
        width: 184vw;
        height: 25px;
        overflow: hidden;
        transition: all 0.5s;
    }

    .BUSS_Menu_Line {
        float: left;
        width: 92vw;
        height: 25px;
    }

    .BUSS_Menu_Div ul {
        float: left;
        top: 6px;
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        height: 25px;
    }
    .BUSS_Menu_Line:last-child ul{
        float: right; 
    }
    .BUSS_Menu_Div li {
        float: left;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 16px;
        padding: 0 6px;
        font-size: 14px;
        font-family: "Roboto";
        line-height: 16px;
        border-left: 2px solid #d7d7d7;
        color: #000;
    }

    .BUSS_Menu_Div li:first-child {
        padding-left: 0;
        border-left: 0px;
    }

    .BUSS_Menu_Right {
        position: absolute;
        right: 0;
        top:0;
        width: 25px;
        height: 25px;
        right: 0;
    }

    .BUSS_Menu_Right img {
        width: 25px;
        height: 25px;
    }

    .BUSS_Menu_Left {
        position: absolute;
        left: 0;
        top:0;
        width: 25px;
        height: 25px;
        margin-right: 8px;

    }

    .BUSS_Menu_Left img {
        width: 25px;
        height: 25px;
    }

    .BUSS_Menu_Div li a {
        color: #000;

    }

    .Main_Menu_Now {
        font-family: "Roboto Bold";
        font-weight: bold;
        color: #073D6D;
    }

    .Main_Menu_Now a {
        color: #073D6D;
    }




    .Main_Menu_Li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 55px;
        padding-bottom: 15px;
    }

    .Menu_List_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .Menu_List_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        min-width: 200px;
        /* transform: translateX(-50%); */
        top: 44px;
        padding: 15px 0 40px 0;
        width: auto;
        background-color: rgba(216, 137, 114, 0.95);
        z-index: 2;
    }

    .Menu_List_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 24px;
        height: 24px;
        padding: 12px;
        width: auto;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

    .Menu_List_Div .Main_Menu_L2 h4 a {
        color: #FFF;
    }


    .Menu_List_Div .Main_Menu_L2 h4:hover {
        background-color: #C1755F;
    }

    .TopMenu_Search_Pop {
        display: none;
        position: absolute;
        width: 1920px;
        height: 300px;
        top: 90px;
        left: -260px;
        background-color: #F0F0F0;
        z-index: 2;
    }

    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 528px;
        height: 58px;
        border-radius: 29px;
        background-color: #D88972;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: 430px;
        height: 58px;
        margin-left: 25px;
        line-height: 58px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: 430px;
        height: 58px;
        line-height: 58px;
        background-color: transparent;
        font-size: 16px;
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {

        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        width: 56px;
        height: 58px;
        line-height: 58px;
    }

    .TopMenu_Search_Pop_Right img {
        margin-top: 15px;
        width: 32px;
        height: 28px;

    }



    /* Menu_PopUp */
}

/* 翻页控制部分 */
@media (max-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 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_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 42px;
    }

    .PageControl_Num .NumOn {
        background-color: #84A7D8;
    }

    .PageControl_Num .NumOn a {
        color: #FFF;
    }

    .PageControl_Num a {
        width: 36px;
        height: 32px;
        margin-right: 10px;
        text-align: center;
        font-size: 18px;
        color: #272727;
        border: 1px solid #DDDAD2;
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 50px;
    }
}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        bottom: 0;
        position: absolute;
        height: 30px;
        width: 100%;
    }

    .Nav_Div {
        margin: 0 auto;
        width: 92vw;
        height: 30px;
        font-size: 14px;
        font-family: "Times New Roman";
        color: #000;
    }

    .Nav_Div a {
        color: #000;
    }
}

/* 文章部分 */
@media (max-width:600px) {
    
    .Artical_Div{
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }
    .Artical_Left{
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }   
    .Artical_Boby{
        width: 100%;
        height: auto;
        overflow: hidden;
    }


    .Artical_Right{
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 6vw;
        overflow: hidden;
    }  
    .Artical_Right_Title {
        margin-top: 12px;
        padding-left: 10px;
        border-left: 7px solid #0078CC;
        height: 22px;
        line-height: 22px;
        font-size: 20px;
        font-family: "Roboto Bold";
        color: #000;      
        margin-bottom: 20px;
    }
    
    .Artical_Right_Title a {
        color: #000;
    }
    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 2px solid #E7EFFB;
    }

    .Artical_Title {
        width: 100%;
        margin-bottom: 15px;
    }

    .Artical_Title h1{
        font-size: 5.4vw;
        font-weight: bold;
        line-height: 7vw;
        font-family: "Roboto";
        color: #000;
    }

    .Artical_Title a {
        color: #000;
    }

    .Artical_Info {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 6vw;
    }

    .Artical_Info h4 {
        font-size: 3.6vw;
        line-height: 4.2vw;  
        color: #6D6D6D;
        font-family: "Roboto Light";
        text-transform: uppercase;
        margin-bottom: 4vw;
    }
    .Artical_Info h4 span{
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    .Artical_Info h4 span:first-child{
        padding-left: 0px;        
    }
    .Artical_Info h4 a {
        color: #6D6D6D;
    }

    .Artical_Info h5 {        
        color: #656565;
    }
    .Artical_Info h5 span{
        display: inline-block; 
        padding-right: 4vw;       
    }
    .Artical_Info h5 a {
        color: #656565;
    }

    .Artical_Content {
        width: 100%;
        height: auto;
        /* padding-top: 50px; */
    }

    .Artical_Content {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 4vw;
    }

    .Artical_Content p {
        font-size: 5.4vw;
        color: #000;
        line-height:6.4vw;
        color: #000;
        margin-bottom: 4vw;
    }

    .Artical_Content p img {
        margin: 0 auto;
        padding-top: 10px;
        width: 92vw;
    }

    .Artical_Content span {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        width: 92vw;
        font-size: 4vw;
        color: #000;
        line-height: 5vw;
        text-align: center;
        margin-bottom: 4vw;
    }

    .Artical_Content span img {
        width: 92vw;
    }
    .Artical_Content video {
        display: block;
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 10px;
    }
    .Artical_Right_Title{

    }

    .Artical_Item_Block {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 4vw;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 4vw;
    }
    
    .Artical_Item_Block:last-child {
        margin-bottom: 0;
    }
    
    .Artical_Item_Block_Title {
        height: auto;
        margin-bottom: 17px;
    }
    
    .Artical_Item_Block p {
        float: left;
        width: 43vw;
        height: 29vw;
        margin-right: 4vw;
        

    }
    
    .Artical_Item_Block p img {
        width: 43vw;
        height: 29vw;
    }
    
    .Artical_Item_Block h5 {
        font-size: 5.1vw;
        line-height: 6.2vw;
        color: #000;
    }
    
    .Artical_Item_Block h5 a {
        color: #000;
    }
    .Artical_Item_Block_All .Artical_Item_Block:last-child{
        border-bottom: 0;
        margin-bottom: 4vw;
    }

    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 60px;
    }

    .Artical_Related_Title {
        height: 50px !important;
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        list-style: none;
    }

    .Artical_Related_List li {
        padding: 16px;
        overflow: hidden;
        background-color: #F0F0F0;
        margin-bottom: 20px;
    }

    .Artical_Related_List li h5 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 6px;
    }

    .Artical_Related_List li h4 {
        font-size: 18px;
        line-height: 26px;
        color: #000;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }
}

/* 底部 部分 */
@media (max-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 686px;
        background: url(../img/Bottom_BK.jpg) center center no-repeat;
        overflow: hidden;
    }

    .Bottom_Div {        
        padding:4vw;        
        height: auto;
        background-color: #F0F0F0;
        overflow: hidden;
    }

    .Bottom_Map_Div {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    /* 20250410 */
    .Bottom_Logo_Center{
        margin: 0 auto;
    }
    .Bottom_Logo {
        width: 197px;
        height: 22px;
        margin-bottom: 30px;
    }

    .Bottom_Logo img {
        width: 197px;
        height: 22px;
    }
    .Bottom_Lang{
        width: 100%;
        height: 27px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .Bottom_Lang h4{
        display:inline-block;
        width: 76px;
        height: 25px;
        border: 1px solid #4D76AD;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #003E85;
        background-color: #FFF;
        overflow: hidden;
        margin-right: 5px;
    }
    .Bottom_Lang h4 a{
        color: #003E85;        
    }
    .Bottom_Lang h5{
        display:inline-block;
        width: 76px;
        height: 25px;
        border: 1px solid #4D76AD;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        background-color: #1D3F6C;
        overflow: hidden;
    }
    .Bottom_Lang h5 a{
        color: #FFF;        
    }


    .Bottom_Lang h6{
        float: right;
        display:inline-block;
        width: 156px;
        height: 25px;
        border: 1px solid #4D76AD;
        line-height: 25px;
        text-align: center;
        font-size: 14px;
        color: #FFF;
        background-color: #1D3F6C;
        overflow: hidden;
        text-indent: 20px;
    }

    .Bottom_Lang h6::before{
        content: "";
        position: absolute;
        left: 40px;
        top:5px;
        width: 15px;
        height: 13px;
       background: url(../img/Icon_DeskTop.png) center center no-repeat;
       background-size: 15px 13px;
        color: #FFF;        
    }
    .Bottom_copy {
        margin-top: 5px;  
        line-height: 19px;
        font-size: 12px;
        color: #333;
        font-family: "Roboto Light";
        overflow: hidden;
    }

    

    .BackTop_Div {
        position: fixed;
        z-index: 10;
        right: 50px;
        bottom: 30px;
        width: 39px;
        height: 31px;
    }

    .BackTop_Div img {
        width: 39px;
        height: 31px;
    }

}

/* 列表 部分 */
@media (max-width:600px) {
    .List_Type_Box {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .List_Type_Div {
        display: none;
        top: 96px;
        position: absolute;
        width: 100%;
        height: auto;
        background-color: #F0F0F0;
        z-index: 4;
    }

    .List_Type_Div ul {
        margin: 0 auto;
        width: 92vw;
        margin-bottom: 72px;
        height: auto;
    }

    .List_Type_Div li {
        width: 100%;
        height: 72px;
        border-bottom: 1px solid #FFF;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-start;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }

    .List_Type_Div li a {
        display: block;
        color: #000;
    }

    .List_Type_Now {
        border-bottom: 1px solid #Fff !important;
    }

    .List_Type_Now a {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Now {
        color: #D88972 !important;
        font-weight: bold !important;
    }

    .List_Type_Show {
        width: 100%;
        height: 96px;
        border-top: 12px solid #D78971;
    }

    .List_Type_Show h4 {
        margin-left: 4vw;
        width: calc(92vw - 20px);
        height: 95px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 16px;
        line-height: 20px;
        display: flex;
        align-items: center;
        align-content: center;
        color: #D78971;
        font-weight: bold;

    }

    .List_Type_Show h4::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        width: 20px;
        height: 20px;
        right: -20px;
        height: 95px;
        background: url(../img/List_Down.png) center center no-repeat;
    }

    .List_Div {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
        overflow: hidden;
    }

    .List_Div ul {
        margin: 0 auto;
        width: 92vw;
        list-style: none;
    }

    .List_Div li {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        overflow: hidden;
    }

    .List_Pic_Div {
        float: left;
        width: 40vw;
        height: 28vw;
        margin-right: 10px;
        cursor: pointer;
    }

    .List_Pic_Div p {
        width: 40vw;
        height: 28vw;
        overflow: hidden;
    }

    .List_Pic_Div p img {
        width: 40vw;
        height: 28vw;
        transition: all 0.5s;
    }

    .List_Data_Div {
        display: block;
        width: 100%;
        height: 22px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .List_Div li h6 {
        position: absolute;
        display: block;
        width: 82px;
        height: 22px;
        background-color: #00A0E9;
        line-height: 22px;
        font-size: 12px;
        text-align: center;
        color: #FFF;
        transition: all 0.5s;
        z-index: 2;
    }

    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        /* margin-bottom: 10px; */
    }

    .List_Div li h4 a {
        color: #000;
    }

    .List_Div li h5 {
        display: none;
        line-height: 24px;
        font-size: 16px;
        color: #000;
    }

    .List_Div li h5 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (max-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .Search_Input_Div .TopMenu_Search_Pop_Div {
        margin-top: 40px !important;
    }

    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        margin-bottom: 25px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        padding: 15px;
        background-color: #f0f0f0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Search_Div li:hover {
        background-color: #e3e3e3;
        cursor: pointer;
    }

    .Search_Div li h6 {
        display: block;
        height: 34px;
        line-height: 24px;
        font-size: 12px;
        color: #656565;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 24px;
        font-size: 18px;
        color: #000;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 24px;
        font-size: 16px;
        color: #000;
        margin-bottom: 20px;
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #D78971;
    }

    .Search_Result_Div {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        color: #D78971;
        text-align: center;
    }


    .TopMenu_Search_Pop_Div {
        margin: 0 auto;
        margin-top: 120px;
        width: 100%;
        height: 40px;
        border-radius: 20px;
        background-color: #D88972;
    }

    .TopMenu_Search_Pop_Left {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        margin-left: 15px;
        line-height: 40px;
    }

    .TopMenu_Search_Pop_Left input {
        float: left;
        width: calc(100% - 60px);
        height: 40px;
        line-height: 40px;
        background-color: transparent;
        font-size: 16px;
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-webkit-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-moz-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Left input::-ms-input-placeholder {
        color: #FFF;
    }

    .TopMenu_Search_Pop_Right {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
        overflow: hidden;
    }

    .TopMenu_Search_Pop_Right img {
        width: 20px;
        height: 20px;
    }
}

/* 其他 部分 */
@media (max-width:600px) {

    /* BUSS_Focus_Div */
    .BUSS_Focus_Div {
        width: 100%;
        margin-top: 0px;
        height: auto;
        overflow: hidden;
    }

    .BUSS_Focus_Left {
        width: 100%;
        height: auto;
    }

    .BUSS_Focus_LTop {
        width: 100%;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 45px; */
    }

    .mBUSS_Focus_Swiper {
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .BUSS_Focus_Pic {
        width: 100vw;
        height: 56vw;
    }

    .mBUSS_Focus_Swiper p {
        width: 100vw;
        height: 56vw;
    }

    .mBUSS_Focus_Swiper p img {
        width: 100vw;
        height: 56vw;
    }

    .BUSS_Focus_SwiperLeft {
        padding: 4vw;
        width: 92vw;
        background-color: #FFF;
        height: auto;
        overflow: hidden;
    }

    .BUSS_Focus_SwiperLeft h4 {
        /* border: 1px solid #999; */
        font-family: "Roboto";
        font-size: 17px;
        line-height: 22px;
        color: #000;
    }

    .BUSS_Focus_SwiperLeft h4 a {
        color: #000;
    }

    .BUSS_Focus_SwiperLeft h5 {
        display: none;
        font-size: 20px;
        line-height: 24px;
        color: #333;
    }

    .BUSS_Focus_SwiperLeft h5 a {
        color: #333;
    }

    .mBUSS_Focus_Swiper_pagination {
        font-size: 12px;
        top: 51vw !important;
        height: 20px !important;
        z-index: 2;
    }

    .mBUSS_Focus_Swiper_pagination .swiper-pagination-bullet {
        border-radius: 3px;
        width: 18px;
        height: 6px;
        background-color: #78736F;
        opacity: 1;
    }

    .mBUSS_Focus_Swiper_pagination .swiper-pagination-bullet-active {
        width: 18px;
        background-color: #FFF;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .BUSS_Focus_LBottom {
        width: 100%;
        padding-top: 4vw;
        padding-bottom: 4vw;
        background-color: #F0F0F0;
        height: auto;
    }

    .BUSS_Focus_Block {
        margin: 0 auto;
        width: 92vw;
        height: 27vw;
        background-color: #FFF;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .BUSS_Focus_Block p {
        float: right;
        width: 40vw;
        height: 27vw;
        margin-bottom: 22px;
        overflow: hidden;
    }

    .BUSS_Focus_Block p img {
        width: 40vw;
        height: 27vw;
    }

    .BUSS_Focus_Block h4 {
        float: left;
        padding: 2vw;
        width: 48vw;
        height: 23vw;
        font-size: 17px;
        line-height: 22px;
        color: #333;
    }

    .BUSS_Focus_Block h4 a {
        color: #333;

        height: 88px;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .BUSS_Focus_List {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .BUSS_Focus_List ul {
        width: 92vw;
        height: auto;
    }

    .BUSS_Focus_List li {
        padding: 2vw;
        width: 88vw;
        height: auto;
        font-size: 17px;
        line-height: 22px;
        color: #333;
        background-color: #FFF;
    }

    .BUSS_Focus_List li a {
        color: #333;
    }



    .BUSS_Focus_Right {
        background-color: #F0F0F0;
        padding: 4vw;
        width: 92vw;
        height: auto;
    }

    .BUSS_Item_Block {
        width: 100%;
        height: auto;
        margin-bottom: 29px;

    }

    .BUSS_Item_Block:last-child {
        margin-bottom: 0;
    }

    .BUSS_Item_Block_Title {
        height: 33px;
        margin-bottom: 20px;
    }

    .BUSS_Item_Block_Title img{
        height: 33px;        
    }

    .BUSS_Item_ChinaUpClose .BUSS_Item_Block_Title {
        height: 45px;
    }
    .BUSS_Item_ChinaUpClose .BUSS_Item_Block_Title img{
        height: 45px;
    }
    .BUSS_Item_Swiper {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .BUSS_Item_Swiper p {
        width: 92vw;
        height: 52vw;
    }

    .BUSS_Item_Swiper p img {
        width: 92vw;
        height: 52vw;
    }

    .BUSS_Item_Swiper h5{
        padding: 2vw;
        background-color: #FFF;
        font-size: 17px;
        line-height: 22px;
        color: #333;
    }

    .BUSS_Item_Swiper h5 a {
        color: #333;
    }

    .BUSS_Item_BTPrev {
        position: absolute;
        left: 0;
        top: calc(26vw - 28px);
        width: 27px;
        height: 57px;
        background: url(../img/swiper_Prev.png);
        background-size: 27px 57px;
        z-index: 2;
        cursor: pointer;
    }

    .BUSS_Item_BTNext {
        position: absolute;
        right: 0;
        top: calc(26vw - 28px);
        width: 27px;
        height: 57px;
        background: url(../img/swiper_Next.png);
        background-size: 27px 57px;
        z-index: 2;
        cursor: pointer;
    }

    /* BUSS_POLICIES_Div */
    .BUSS_POLICIES_Div {
        padding:4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
        background-color: #F0F0F0;
    }

    .BUSS_Title {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 18px;
        border-left: 4px solid #0078CC;
        font-family: "Roboto Bold";
        font-size: 18px;
        line-height: 18px;
        color: #000;
        padding-left:6px;
        padding-right:5px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .BUSS_Title::after{
        content: "";
        display: inline-block;
        position: absolute;
        right: -10px;
        width: 10px;
        height: 18px;
       background: url(../img/Title_RightArrow.png) center center no-repeat;
       background-size: 8px 12px;
    }
    .BUSS_Title a {
        color: #000;
    }

    .BUSS_Block {
        width: 92vw;
        height: 27vw; 
        overflow: hidden;
        background-color: #FFF;
        margin-bottom: 4vw;
    }

    .BUSS_Block_NoRight {
        margin-right: 0 !important;
    }

    .BUSS_Block p {
        float: right;
        width: 40vw;
        height: 27vw;
        margin-bottom: 22px;
        overflow: hidden;
    }

    .BUSS_Block p img {
        width: 40vw;
        height: 27vw;
    }

    .BUSS_Block h4 {
        float: left;
        padding: 2vw;
        width: 48vw;
        height: 23vw;
        font-size: 17px;
        line-height: 22px;
        color: #333;
    }

    .BUSS_Block h4 a {
        color: #333;
        height: 88px;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .BUSS_List {
        margin: 0 auto;
        width: 92vw;
        height: auto;
    }

    .BUSS_List ul {
        width: 92vw;
        height: auto;
    }

    .BUSS_List li {
        display: none;
        padding: 2vw;
        width: 88vw;
        height: auto;
        font-size: 17px;
        line-height: 22px;
        color: #333;
        background-color: #FFF;
    }

    .BUSS_List li a {
        color: #333;
    }

    .BUSS_List li:first-child {
        display: block;
    }

    .BUSS_Companies_Div {  
        padding:4vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
        background-color: #F0F0F0;
    }

    .BUSS_Companies_Div .BUSS_List {
        margin-right: 26px;
    }

    .BUSS_Three_Div {
        padding:4vw;
        width: 92vw;
        height: auto;
        background-color: #F0F0F0;

        overflow: hidden;
    }

    .BUSS_Three_Block {
        width: 92vw;
        height: auto;
        overflow: hidden;
        /* margin-bottom: 4vw; */
    }

    .BUSS_Three_Title {
        width: 100%;
        height: 36px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .BUSS_Three_Title img {
        height: 36px;
    }

    .GrowWithChina_Title{
        height: 26px!important;
    }
    .GrowWithChina_Title img{
        height: 26px!important;
    }

    .BUSS_Three_Block p {
        width: 92vw;
        overflow: hidden;
    }

    .BUSS_Three_Block p img {
        width: 92vw;
    }

    .BUSS_Three_Block h4 {
        padding:2vw;
        background-color: #FFF;
        font-size: 17px;
        line-height: 22px;
        color: #333;
    }

    .BUSS_Three_Block h4 a {
        color: #333;
    }

    .BUSS_TitleLeft {
        padding-left: 10px;
        border-left: 7px solid #0078CC;
        height: 24px;
        line-height: 24px;
        font-size: 28px;
        font-family: "Roboto Bold";
        color: #000;
        text-transform: uppercase;
    }

    .BUSS_TitleLeft a {
        color: #000;
    }

    .BUSS_Technology_Div {
        padding:4vw;
        width: 92vw;
        height: auto;
        background-color: #F0F0F0;
    }

    .BUSS_Industries_Div {
        display: none;
        margin-top: 85px;
        height: auto;
        overflow: hidden;
    }

    .BUSS_Industries_Div .BUSS_List {
        margin-right: 26px;
    }


    .BUSS_Motoring_Div {
        display: none;
        margin-top: 85px;
        height: auto;
        margin-bottom: 80px;
        overflow: hidden;
    }

    .BUSS_Investment_Box {
        display: none;
        padding-top: 40px;
        padding-bottom: 50px;
        width: 100%;
        height: auto;
        background-color: #E2F0FD;
        overflow: hidden;
        margin-bottom: 100px;
    }

    .BUSS_Investment_Div .BUSS_List {
        margin-right: 26px;
    }

    .Channel_Menu_Swiper{
        padding-top: 5px;
        margin: 0 auto;
        width: calc(92vw - 60px);
        height: 25px;
        overflow: hidden;
    }
    .Channel_Menu_Swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        display: inline-block;
        width:fit-content;
        width:-webkit-fit-content;
        width:-moz-fit-content;
        align-items: center;
    }
    .Channel_Menu_Swiper h4{
        height: 16px;
        padding: 0 6px;
        font-size: 16px;
        font-family: "Roboto";
        line-height: 16px;
        text-align: center;
        border-left: 2px solid #d7d7d7;
        color: #000;
    }
    .Channel_Menu_Swiper .swiper-slide:first-child h4{
        border-left: 0;        
    }
    .Channel_Menu_Swiper h4 a{
        color: #000;
    }
    .Channel_Menu_BTPrev {
        position: absolute;
        left: 0;
        top:0px;
        width: 25px;
        height: 25px;
        background: url(../img/Menu_Prev.png);
        background-size: 25px 25px;
        z-index: 2;
        cursor: pointer;
    }
    .Channel_Menu_BTNext {
        position: absolute;
        left: auto;
        right: 0;
        top:0px;
        width: 25px;
        height: 25px;
        background: url(../img/Menu_Next.png);
        background-size: 25px 25px;
        z-index: 2;
        cursor: pointer;
    }
    .Channel_Menu_pagination {
        font-size: 12px;
        bottom:0!important;
        height: 20px!important;
    }   
    
}