/* Mobile */
/* 菜单部分 */
@media (max-width:600px) {
    .TopMenu_Box {
        width: 100%;
        height: 20vw;
        background-color: #FFF;
    }

    .TopMenu_Div {
        margin: 0 auto;
        width: 90%;
        padding: 5.5vw 5vw;
        height: 9vw;
        border-bottom: 1px solid #DADADA;
        overflow: hidden;
    }

    .TopMenu_Left {
        float: left;
        width: 49vw;
    }

    .TopMenu_Left a img {
        height: 9vw;
    }

    .TopMenu_Mid {
        float: left;
        width: calc(100vw*0.6);
        height: 100px;
    }

    .TopMenu_Mid a {
        margin: 0 auto;
        margin-top: 20px;
        display: block;
        width: 181px;
        height: 59px;
    }

    .TopMenu_Mid a img {
        width: 181px;
        height: 59px;
    }

    .TopMenu_Right {
        float: right;
        margin-top: 1vw;
        width: 17vw;
        height: 7vw;
    }

    .Top_Search {
        float: left;
        width: 7vw;
        height: 7vw;
    }

    .Top_Search img {
        width: 7vw;
        height: 7vw;
    }

    .Top_Menu {
        float: right;
        width: 7vw;
        height: 7vw;
    }

    .Top_Menu img {
        width: 7vw;
        height: 7vw;
    }

    .Top_Menu_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(255, 255, 255, 1);
    }

    .Top_Menu_Control {
        padding: 4vw;
        height: 20px;

    }

    .Top_Search_BTClose,
    .Top_Menu_BTClose {
        float: right;
        margin-top: 1vw;
        width: 7vw;
        height: 7vw;
    }

    .Top_Search_BTClose img,
    .Top_Menu_BTClose img {
        width: 7vw;
        height: 7vw;
    }

    .Top_Search_BTClose {
        float: right;
        margin-right: 5px;
        width: 7vw;
        height: 7vw;
    }

    .Top_Search_BTClose img {
        width: 20px;
        height: 20px;
    }

    .Top_Menu_Pop_Menu {
        margin: 0 auto;
        width: 92vw;
        margin-top: 5vw;

    }

    .Top_PopMenu_Line {
        height: auto;
        border-bottom: 1px solid #dadada;
        padding: 14px 0;
    }

    .Top_PopMenu_Line:last-child {
        border-bottom: 0;

    }

    .Top_PopMenu_Line ul {
        width: calc(100% - 35px);
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .Top_PopMenu_Line li {
        font-size: 20px;
        color: #9191BF;
        line-height: 35px;

    }

    .Top_PopMenu_Line li a {
        color: #9191BF;
    }

    .Top_PopMenu_Title {
        width: 100%;
        height: 24px;
    }

    .Top_PopMenu_Title2 {
        width: 100%;
        padding-top: 14px;
        height: 48px;
        display: flex;
        justify-content: center;
    }

    .Top_PopMenu_Title2 h4 {
        width: 125px;
        height: 28px;
        line-height: 28px;
        background-color: #025FAC;
        text-align: center;
        font-size: 16px;
        color: #FFF;
        margin-right: 2px;
    }

    .Top_PopMenu_Title2 h4 a {
        color: #FFF;
    }

    .Top_PopMenu_Title a {
        position: absolute;
        left: 0;
        width: calc(100% - 35px);
        height: 24px;
        font-size: 18px;
        color: #2F3132;
        line-height: 24px;
    }

    .Top_PopMenu_Title em {
        position: absolute;
        right: 5px;
        top: 8px;
        width: 20px;
        height: 20px;
        background: url(../images/Icon_plus.png) center center no-repeat;
    }

    .Top_PopMenu_Chinese {
        margin-top: 30px;
        width: calc(100% - 2px);
        height: 60px;
        line-height: 60px;
        text-align: center;
        border: 1px solid #FFF;
        font-size: 22px;
        font-family: "黑体";
        color: #FFF;
    }

    .Top_PopMenu_Chinese a {
        color: #FFF;
    }

    .Top_PopMenu_L2 {
        overflow: hidden;
    }

    .Top_PopMenu_L2 ul {
        width: 100%;
        /* margin-top: 15px;
        margin-bottom: 15px; */
        height: auto;

    }

    .Top_PopMenu_L2 li {
        font-size: 14px;
        color: #FFF;
        line-height: 22px;
        padding: 5px;
        overflow: hidden;
    }

    .Top_PopMenu_L2 li:hover {
        background-color: #C1755F;
    }

    .Top_PopMenu_L2 li a {
        color: #FFF;
    }

    .Top_Search_Pop_Box {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 13;
        background-color: rgba(226, 226, 226, 0.9);

    }

    .Top_Search_Pop_Div {
        margin-top: 30px;
        height: 40px;
        border-radius: 20px;
        background-color: #D88972;
    }

    .Top_Search_Input {
        float: left;
        width: calc(100% - 40px);
    }

    .Top_Search_Input input {
        margin-left: 20px;
        height: 40px;
        background-color: #D88972;
        font-size: 16px;
        color: #FFF;
        line-height: 40px;
    }

    .Top_Search_Input input::input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #FFF;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #FFF;
    }

    .Top_Search_BT {
        float: right;
        margin-top: 10px;
        margin-right: 16px;
        width: 20px;
        height: 20px;
    }

    .Top_Search_BT img {
        width: 20px;
        height: 20px;
    }
}

/* 翻页控制部分 */
@media (max-width:600px) {

    /* PageControl_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: 32px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num 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: 32px;
        height: 32px;
        line-height: 32px;

        font-size: 16px;
        text-align: center;
        margin-right: 30px;
        border: 1px solid #DDDAD2;
        background-color: #F7F6F3;
    }

    .PageControl_Num .NumOn {
        background-color: #015FAB;
        color: #FFF !important;
    }

    .PageControl_Num .NumOn a {
        color: #FFF !important;
    }

    .PageControl_Num a {
        display: inline-block;
        position: relative;
        margin: 0 2px;
        padding: 0;
        /* border-radius: 16px; */
        width: 30px;
        height: 30px;
        border: 1px solid #D9DEE2;
        line-height: 32px;
        color: #015FAB;
        background-color: #FFF;
        font-size: 16px;
        text-align: center;
    }
}

/* 导航栏面包屑部分 */
@media (max-width:600px) {
    /* Nav_Div */

    .Nav_Box {
        height: auto;
        width: 100%;
    }

    .Nav_Div {
        margin: 0 auto;
        width: 92vw;
        padding: 14px 0;
        line-height: 18px;
        font-size: 16px;
        font-family: "Myriad Pro";
        color: #015FAB;
    }

    .Nav_Div a {
        color: #656565;
    }
}

/* 文章部分 */
@media (max-width:600px) {

    /* Artical_Content */
    .Artical_Content {
        width: 100%;
        height: auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .Artical_Content_Title_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 2px solid #E7EFFB;
    }

    .Artical_Content_Title {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: bold;
        line-height: 36px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding: 14px 5px;
        height: 20px;
        background-color: #F3F3F3;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        float: left;
        width: 80%;
        font-size: 16px;
        line-height: 20px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        line-height: 20px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }
    .Artical_Content_Link {
        float: right;
        margin-right: 5px;
        width: 15%;
        font-size: 16px;
        line-height: 25px;
        text-align: right;
    }
    .Artical_Content_Link span{
        float: right;        
        margin-top: 5px;
        width: 20px;
        height: 17px;           
        margin-left: 5px;
    }
    .Artical_Content_Link span img{                
        width: 20px;
        height: 17px;        
    }
    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        /* padding-top: 30px; */
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;
    }

    .Artical_Content_Text p {
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 20px;
        font-family: "Myriad Pro";
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 100%;
    }

    .Artical_Content_Text span {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000;
        line-height: 20px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .Artical_Content_Text span img {
        width: 100%;
    }

    .Artical_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }


    /* 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 {

        width: 100%;
        height: auto;
        background-color: #252627;
        /* overflow: hidden; */
    }

    .Bottom_Div {
        margin: 0 auto;
        width: 78vw;
        height: auto;
    }

    .Bottom_Control {
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
        /* border-bottom: 1px solid #434344; */
    }

    .Bottom_Block1 {
        float: left;
        width: 471px;
        height: 580px;
        padding-top: 106px;

    }

    .Bottom_Logo_Div {
        height: 100px;
    }

    .Bottom_Item_Title {
        width: 100%;
        height: 40px;
        line-height: 28px;
        font-size: 20px;
        font-family: "Times New Roman";
        color: #FFF;
        margin-bottom: 20px;
        background: url(../images/Bottom_Line.jpg) left bottom no-repeat;
    }

    .Bottom_Item_Title a {
        color: #FFF;
    }



    .Bottom_Contact {
        padding-top: 10px;
        width: 78vw;
        display: flex;
        justify-content: center;
    }

    .Bottom_Contact p {
        width: 106px;
        height: 30px;
        margin-right: 10px;
        font-size: 16px;
        line-height: 30px;
        color: #FFF;
        text-align: center;
        border-radius: 15px;
        border: 1px solid #515152;
    }

    .Bottom_Contact p a {
        color: #FFF;
    }

    .Bottom_Contact h4 {

        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .Bottom_Contact h4 img {
        width: 30px;
        height: 30px;
    }

    .Bottom_Link_Block {
        width: 78vw;
        height: 50px;
        background: url(../images/Bottom_Up_Arrow.png) center right no-repeat;
        background-color: #000000;
        background-position: center right 20px;
        cursor: pointer;
    }

    .Bottom_Link {
        width: 90px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-align: center;
        color: #FFF;
        /* border: 1px solid #656565; */

        background-color: #025FAC;
        background-position: center right 12px;

        cursor: pointer;
    }

    .Bottom_Link_Pop {
        display: none;
        position: absolute;
        bottom: 50px;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 270px;
        /* border: 1px solid #656565; */
        z-index: 3;
        background-color: #333;
        overflow-y: auto;
    }

    .Bottom_Link_Pop ul {
        display: block;
        margin: 0;
        padding: 5px 0;
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;

    }

    .Bottom_Link_Pop li {
        display: block;
        margin: 0;
        padding: 5px 0;
        width: calc(100% - 26px);
        padding-left: 16px;
        padding-right: 10px;
        line-height: 22px;
        font-size: 16px;
        color: #FFF;
        cursor: pointer;
    }

    .Bottom_Link_Pop li a {
        color: #FFF;
    }

    .Bottom_Link_Pop li a:hover {
        color: #FFF;
    }

    .Bottom_Link_Div {
        width: 78vw;
        height: 40px;
        margin-bottom: 23px;
        /* cursor: pointer; */
    }

    .Bottom_BackTop {
        display: none;
        width: 190px;
        height: 40px;
        line-height: 40px;

        color: #FFF;
        font-size: 14px;
        cursor: pointer;
        background: url(../images/Bottom_Up_Arrow.png) right center no-repeat;
        background-position: center right 30px;
        background-color: #025FAC;
    }

    .Bottom_BackTop h4 {
        margin: 0;
        padding: 0;
        width: 90px;
        height: 40px;
        line-height: 40px;
        color: #FFF;
        font-size: 14px;
        margin-left: 35px;
    }


    .Bottom_Info {
        padding: 0 0 40px 0;
        height: 46px;
        text-align: center;
    }

    .Bottom_Info h4 {
        line-height: 23px;
        font-size: 14px;
        color: #A3A5A6;
        text-align: center;
    }

    .Bottom_List_Div h4 {
        padding-top: 5px;
        font-size: 16px;
        line-height: 22px;
        color: #FFF;
        margin-bottom: 30px;
    }

    .Bottom_List_Div h4 a {
        color: #FFF;
    }

    .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%;
        height: auto;
    }

    .List_Show_Swiper {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        overflow: hidden;
        padding-bottom: 30px;
    }

    .List_Show_Swiper p {
        width: 92vw;
        height: 52vw;
    }

    .List_Show_Swiper p img {
        width: 92vw;
        height: 52vw;
    }

    .List_Show_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 20vw;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }

    .List_Show_Swiper h4 a {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        line-height: 20px;
        /* height: 40px;       */
        font-size: 14px;
        color: #FFF;
        font-weight: "Myriad Pro";

        /* Text overflow */
        /* text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden; */
    }

    .List_Show_pagination {
        font-size: 12px;
        bottom: 0 !important;
        height: 20px !important;
    }

    .List_Show_pagination .swiper-pagination-bullet {
        border-radius: 4px;
        width: 8px;
        height: 8px;
        background-color: #025FAC;
        opacity: 1;
    }

    .List_Show_pagination .swiper-pagination-bullet-active {
        background-color: #025FAC;
        width: 24px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
    }

    .List_Div {
        margin: 0 auto;        
        width: 100%;
        /* margin-top: 60px; */
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {
        margin: 0 auto;    
        width: 92vw;               
        line-height: 24px;
        border-bottom: 1px solid #D9DEE2;
        font-size: 18px;
        color: #303132;
        overflow: hidden;
    }

    .List_Div li a{
        color: #303132;
    }
    .List_Pic_Div {
        padding:17px 0;
 
        width: 92vw;
        height: auto;  
        overflow: hidden;
    }
    .List_Pic_Div h4 {
  
        display: block;
        /* width: calc(100% - 80px); */
        line-height: 24px;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #303132;        
    }
    .List_Pic_Div li h4 a {
        color: #303132;
    }
    .List_Text_Div {
        display: block;
        height: auto;
        overflow: hidden;
    }

    .List_Pic_Div h6 {
  
        display: block;
        width: 80px;
        line-height: 24px;
        font-size: 14px;
        color: #015FAB;
    }

    .List_Pic_Div li h6 a {
        color: #015FAB;
    }

}

/* 搜索 部分 */
@media (max-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        margin-top: 10px;
        width: 92vw;
        height: auto;
        margin-bottom: 10px;
    }

    .Search_Pop_Div {
        margin: 0 auto;
        width: 92vw;
        height: 50px;        
        background-color: #FFF;
        border: 1px solid #D9DEE2;
    }
    
    .Search_Pop_Left {
        float: left;
        width: calc(100% - 70px);
        height: 50px;        
        line-height: 50px;
    }
    
    .Search_Pop_Left input {
        float: left;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: transparent;
        font-size: 20px;
        font-family: "Myriad Pro";
        color: #2F3132;
        text-indent: 20px;
    }
    
    .Search_Pop_Left input::input-placeholder {
    
        color: #2F3132;
    }
    
    .Search_Pop_Left input::-webkit-input-placeholder {
        color: #2F3132;
    }
    
    .Search_Pop_Left input::-moz-placeholder {
        color: #2F3132;
    }
    
    .Search_Pop_Left input::-moz-placeholder {
        color: #2F3132;
    }
    
    .Search_Pop_Left input::-ms-input-placeholder {
        color: #2F3132;
    }
    
    .Search_Pop_Right {
        float: right;
        display: block;
        width: 70px;
        height: 50px;
        line-height: 50px;        
        background: url(../images/Search_BT_Search.png) center center no-repeat;
        background-color: #025FAC;
        cursor: pointer;
    }
    
    .Search_Pop_Right img {
        margin: 0 auto;
        margin-top: 12px;
        width: 28px;
        height: 29px;    
    }

    
    .Search_Div {
        margin: 0 auto;
        width: 92vw;
        height: auto;
        /* margin-bottom: 60px; */
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 22px 0;

        overflow: hidden;        
        border-bottom: 1px solid #D9DEE2;
    }

    /* .Search_Div li:hover {
        background-color: #e3e3e3;
        cursor: pointer;
    } */

    .Search_Div li h6 {
        display: block;
        line-height: 22px;
        font-size: 14px;
        font-family: "Myriad Pro";
        color: #656565;
        margin-bottom: 8px;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        font-family: "Myriad Pro";
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .Search_Div li h4 a {
        color: #000;
    }

    .Search_Div li h5 {
        display: block;
        line-height: 22px;
        font-size: 16px;
        color: #000;
        /* margin-bottom: 20px; */
    }

    .Search_Div li h5 a {
        color: #000;
    }

    .Search_Div li span {
        color: #C3920A;
    }

    .Search_Result_Div {
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        color: #D78971;
        text-align: center;
    }
    .Search_Div .PageControl_Div{
        padding-top: 30px;
    }
}

/* 其他 部分 */
@media (max-width:600px) {
    .Home_Focus_Div {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Left {
        width: 100vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        width: 100vw;
        height: calc(67vw + 90px);
        padding-bottom: 22px;
        background-color: #025FAC;
        overflow: hidden;
    }

    .Home_Focus_Swiper p {
        width: 100vw;
        height: 67vw;
    }

    .Home_Focus_Swiper p img {
        width: 100vw;
        height: 67vw;
    }

    .Home_Focus_Swiper h4 {
        padding: 20px;
        width: calc(100% - 40px);
        height: 50px;
        background-color: #025FAC;
    }

    .Home_Focus_Swiper h4 a {
        font-size: 20px;
        line-height: 25px;
        color: #FFF;
        font-family: "Myriad Pro";
        font-weight: normal;


        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Focus_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 12px !important;

        height: 20px !important;
        z-index: 2;
    }

    .Home_Focus_pagination .swiper-pagination-bullet {
        border-radius: 3px;
        width: 6px;
        height: 6px;
        background-color: #FFF;
        opacity: 1;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
    }

    .Home_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #C4930A;
        width: 18px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
    }

    .Home_Focus_List {
        padding: 0 4vw;
        padding-bottom: 6vw;
        width: 92vw;
        height: auto;
        background-color: #EDF4F9;
    }

    .Home_Focus_List ul {
        padding-top: 7px;
        padding-bottom: 2vw;
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Focus_List li {
        width: 92vw;
        height: auto;
        padding: 18px 0;
        line-height: 22px;
        font-size: 18px;
        font-family: "Myriad Pro";
        color: #303132;
        overflow: hidden;
        border-bottom: 1px solid #D9DEE2;
    }

    .Home_Focus_List li:last-child {
        border-bottom: 0;
    }

    .Home_Focus_List li a {
        color: #303132;
    }

    .Home_Focus_List p {
        margin: 0 auto;
        width: 80vw;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background-color: #025FAC;
        font-size: 15px;
        color: #FFF;
    }

    .Home_Focus_List p a {
        color: #FFF;
    }

    .Home_Focus_List p a::after {
        content: "";
        display: inline-block;
        width: 34px;
        height: 11px;
        background: url(../images/Home_Arrow.png) right center no-repeat;
    }

    /* Home_ThreeBlock_Div */
    .Home_ThreeBlock_Div {
        padding: 35px 0 5px 0;
        height: auto;
        overflow: hidden;

    }

    .Home_ThreeBlock {
        width: 92vw;
        height: auto;
    }

    .Home_ThreeBlock_Title {
        width: 92vw;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        overflow: hidden;

        margin-bottom: 16px;
    }

    .Home_ThreeBlock_Title p {

        margin-top: 8px;
        width: calc(100% - 60px);
        /* height: 15px; */
    }

    .Home_Title_Two img {
        height: 40px !important;
    }

    .Home_ThreeBlock_Title p img {
        height: 15px;
    }

    .Home_ThreeBlock_Title h4 {

        width: 60px;
        height: 29px;
        line-height: 29px;
        text-indent: 8px;
        font-size: 14px;
        color: #FFF;
        background: url(../images/Home_Title_More.png) center center no-repeat;
        background-size: 60px 29px;
    }

    .Home_ThreeBlock_Title h4 a {
        color: #FFF;
    }

    .Home_ThreeBlock_Content {
        width: 92vw;
        height: 62vw;
        overflow: hidden;
    }

    .Home_ThreeBlock_Content p {
        width: 92vw;
        height: 62vw;
    }

    .Home_ThreeBlock_Content p img {
        width: 92vw;
        height: 62vw;
    }

    .Home_ThreeBlock_Content h4 {
        position: absolute;
        bottom: 0;
        width: 92vw;
        height: 30vw;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }

    .Home_ThreeBlock_Content h4 a {
        position: absolute;
        bottom: 12px;
        left: 4vw;
        width: 84vw;
        height: 22px;
        line-height: 22px;
        font-size: 18px;
        font-family: "Myriad Pro";
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_ThreeBlock_List {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .Home_ThreeBlock_List ul {
        width: 100%;
        height: auto;
    }

    .Home_ThreeBlock_List ul li {
        width: calc(100% - 10px);
        height: 22px;
        line-height: 22px;
        font-size: 18px;
        font-family: "Myriad Pro";
        color: #303132;
        padding-left: 10px;
        background: url(../images/Home_News_Dot.png) left center no-repeat;
        background-position: 0 5px;
        margin-bottom: 16px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_ThreeBlock_List ul li a {
        color: #303132;
    }

    /* Home_SoonFocus_Box */
    .Home_SoonFocus_Box {
        width: 100%;
        height: auto;
        background: url(../images/Home_Focus_BK.jpg) center center repeat-x;
        background-position: 100% 100%;
        overflow: hidden;
    }

    .Home_SoonFocus_Div {
        padding-top: 6vw;
        height: auto;
    }

    .Home_Focus_Block {
        width: 92vw;
        margin-bottom: 10vw;
        height: auto;
    }

    .Home_Focus_Title {
        width: 92vw;
        height: 35px;
    }

    .Home_Focus_Title p {
        float: left;
        width: calc(100% - 58px);
        height: 15px;
    }

    .Home_Focus_Title p img {
        height: 15px;
    }

    .Home_Focus_Title h4 {
        float: left;
        width: 58px;
        height: 22px;
        line-height: 22px;
        font-size: 15px;
        color: #C3930A;
        background: url(../images/Home_Focus_Arrow.png) right center no-repeat;
        background-position: center right 10px;
    }

    .Home_Focus_Title h4 a {
        color: #C3930A;
    }

    .Home_Focus_Content {
        width: 92vw;
        height: auto;
        box-shadow: 0 0 17px #DFD3BD;
    }

    .Home_Focus_Content p {
        width: 92vw;
        height: 61vw;
    }

    .Home_Focus_Content p img {
        width: 92vw;
        height: 61vw;
    }

    .Home_Focus_Content h4 {
        padding: 4vw;
        width: 84vw;
        height: 46px;
        background-color: #FFF;
        overflow: hidden;
    }

    .Home_Focus_Content h4 a {
        display: block;
        width: calc(100% - 10px);
        padding-left: 10px;
        background: url(../images/Home_Focus_Dot.png) left top no-repeat;
        background-size: 5px 5px;
        background-position: 0 7px;
        font-family: "Myriad Pro";
        font-size: 18px;
        line-height: 23px;
        color: #593F21;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_SoonFocus_List {
        height: auto;
    }

    .Home_SoonFocus_List ul {
        width: 100%;
        height: auto;
    }

    .Home_SoonFocus_List ul li {
        padding: 4vw;
        /* height: 22px; */
        border-bottom: 1px solid #D8BC6F;
    }

    .Home_SoonFocus_List ul li a {
        display: block;
        padding-left: 10px;
        background: url(../images/mHome_Focus_Dot.png) left center no-repeat;
        background-size: 5px 5px;
        background-position: 0 7px;

        /* height: 22px; */
        line-height: 22px;
        font-size: 18px;
        color: #593F21;

        /* Text overflow */
        /* text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden; */
    }

    /* Home_InDepth_Box */
    .Home_InDepth_Box {
        width: 100%;
        height: auto;
        background: url(../images/mHome_Indepth_BK.jpg) bottom center repeat-x;
        background-size: 100% auto;
        overflow: hidden;
    }

    .Home_InDepth_Div {
        margin-top: 8vw;
        height: auto;
        overflow: hidden;
    }

    .Home_InDepth_Div p {
        height: 35px;
    }

    .Home_InDepth_Div p img {
        height: 15px;
    }

    .Home_InDepth_Block {
        width: 100%;
        height: auto;
    }

    .Home_InDepth_Left {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_InDepth_Top {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Home_InDepth_Top p {
        width: 92vw;
        height: 62vw;
    }

    .Home_InDepth_Top p img {
        width: 92vw;
        height: 62vw;
    }

    .Home_InDepth_TopInfo {
        padding: 4vw;
        width: 84vw;
        height: auto;
        background-color: #C4930A;
    }

    .Home_InDepth_TopInfo h4 {
        font-size: 22px;
        line-height: 29px;
        font-family: 'Myriad Pro';
        font-weight: 700;
        color: #FFF;
        margin-bottom: 8px;
    }

    .Home_InDepth_TopInfo h4 a {
        color: #FFF;
    }

    .Home_InDepth_TopInfo h6 {
        font-size: 14px;
        line-height: 22px;
        color: #FFF;
        margin-bottom: 24px;
    }

    .Home_InDepth_TopInfo h5 {
        font-size: 15px;
        line-height: 23px;
        font-family: 'Myriad Pro';
        color: #FFF;
    }

    .Home_InDepth_TopInfo h5 a {
        color: #FFF;
    }

    .Home_Indepth_Bottom {
        width: 100%;
        /* height: 138px; */
        /* margin-top: 20px; */
        overflow: hidden;
    }

    .Home_Indepth_Bottom ul {
        width: 100%;
        height: auto;
    }

    .Home_Indepth_Bottom li {
        padding: 4vw;
        width: 84vw;
        height: auto;
        background-color: #EDF4F9;
        margin-bottom: 4vw;
    }

    .Home_Indepth_Bottom li h4 {
        font-size: 18px;
        line-height: 22px;
        color: #303132;
        font-family: 'Myriad Pro';
        margin-bottom: 10px;
    }

    .Hom_Indepth_Bottom li h4 a {
        color: #303132;
    }

    .Home_Indepth_Bottom li h6 {
        font-size: 14px;
        line-height: 22px;
        color: #015FAB;
    }

    .Home_InDepth_Right {

        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_InDepth_Pic {
        width: 92vw;
        height: 62vw;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Home_InDepth_Pic p {
        width: 92vw;
        height: 62vw;
    }

    .Home_InDepth_Pic p img {
        width: 92vw;
        height: 62vw;
    }

    .Home_InDepth_Pic h4 {
        position: absolute;
        bottom: 0;
        width: 92vw;
        height: 30vw;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }

    .Home_InDepth_Pic h4 a {
        position: absolute;
        display: block;
        width: 84vw;
        left: 4vw;
        bottom: 12px;
        height: 20px;
        line-height: 20px;
        font-size: 16px;
        font-family: 'Myriad Pro';
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Video_Div {
        margin-top: 2vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Video_Title {
        height: 50px;
        overflow: hidden;
    }

    .Home_Video_Title p {
        margin-top: 15px;
        height: 15px;
    }

    .Home_Video_Title p img {
        height: 15px;
    }

    .Home_Video_Block {
        width: 100%;
        height: auto;
    }

    .Home_Video_Left {

        width: 92vw;
        height: auto;

    }

    .Home_Video_Swiper {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Video_Swiper .swiper-slide {
        width: 92vw;
        height: auto;
        overflow: hidden;
    }

    .Home_Video_Swiper p {
        width: 92vw;
        height: 62vw;
    }

    .Home_Video_Swiper p img {
        width: 92vw;
        height: 62vw;
    }

    .Home_Video_Swiper h4 {
        padding: 4vw;
        width: 84vw;
        height: 50px;
        background-color: #1469B0;
    }

    .Home_Video_Swiper h4 a {
        display: block;
        font-size: 18px;
        line-height: 25px;
        height: 50px;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Video_Right {
        margin: 0 auto;
        width: 188px;
        padding-top: 57px;
        height: auto;
    }

    .Home_Video_Right p {
        margin: 0 auto;
        width: 120px;
        height: 117px;
        margin-bottom: 12px;
    }

    .Home_Video_Right p img {
        width: 120px;
        height: 117px;
    }

    .Home_Video_Right h4 {
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: center;
        font-size: 18px;
        font-family: 'Myriad Pro';
        color: #2F3132;
    }

    .Home_Video_Right h4 a {
        color: #2F3132;
    }

    .Home_AD_Div {
        margin-top: 20px;
        padding-bottom: 30px;
        height: auto;
        overflow: hidden;
    }

    .Home_AD_Div ul {
        width: 100%;
        height: auto;

        overflow: hidden;
    }

    .Home_AD_Div li {
        width: 92vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
    }

    .Home_AD_Div li img {
        width: 92vw;
    }

    .Home_Video_BTPrev {
        position: absolute;
        left: auto;
        right: 50px;
        top: -50px;
        width: 38px;
        height: 38px;
        background: url(../images/Home_Video_Prev.png);
        z-index: 2;
        cursor: pointer;
    }

    .Home_Video_BTNext {
        position: absolute;
        left: auto;
        right: 0px;
        top: -50px;
        width: 38px;
        height: 38px;
        background: url(../images/Home_Video_Next.png);
        z-index: 2;
        cursor: pointer;
    }

}