/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .Top_Box {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
    }

    .Top_Div {
        margin: 0 auto;
        margin-left: calc(50% - 600px);
        height: 120px;
        background: url(../images/Top_BK.jpg) center right no-repeat;
        /* overflow: hidden; */
    }

    .Top_Logo {
        float: left;
        margin-top: 28px;
        width: 375px;
        height: 65px;
    }

    .Top_Logo img {
        width: 375px;
        height: 65px;
    }

    .Top_Control_Div {
        float: right;
        width: 350px;
        height: 40px;
        margin-top: 40px;
    }

    .Top_Menu_Top {
        float: right;
        width: 60px;
        height: 26px;
        overflow: hidden;
    }

    .Top_Language {
        float: left;
        width: 50px;
        height: 40px;
        font-size: 16px;
        font-family: "微软雅黑";
        line-height: 40px;
        color: #015FAB;
    }

    .Top_Language a {
        color: #015FAB;
    }

    .Top_Search_Div {
        float: left;
        width: 300px;
        height: 38px;
        border-bottom: 2px solid #025FAC;
    }

    .Top_Search_Input {
        float: left;
        width: 260px;
        height: 38px;
        background-color: #FFF;
    }

    .Top_Search_Input input {
        width: 260px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        text-indent: 20px;
        color: #015FAB;
        font-style: italic;
    }

    .Top_Search_Input input::input-placeholder {
        color: #015FAB;
    }

    .Top_Search_Input input::-webkit-input-placeholder {
        color: #015FAB;
    }

    .Top_Search_Input input::-moz-placeholder {
        color: #015FAB;
    }

    .Top_Search_Input input::-ms-input-placeholder {
        color: #015FAB;
    }

    .Top_Search_BT {
        float: left;
        width: 40px;
        height: 38px;
        border-top-right-radius: 10px;
        background: url(../images/Top_Search.png) center center no-repeat;
        background-color: #025FAC;
        cursor: pointer;
    }

    .Home_Menu_Box {
        margin: 0 auto;
        width: 100%;
        margin-left: (50% - 960px);
        height: 60px;
        background: url(../images/Menu_BK.jpg) center center no-repeat;
        background-color: #025FAC;

    }

    .Home_Menu_Div {
        margin: 0 auto;
        height: 60px;
    }

    .Home_Menu_Div ul {
        padding-top: 6px;
        width: 100%;
        height: 48px;
    }

    .Home_Menu_Div li {
        float: left;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 48px;
        padding: 0 17px;
        font-size: 16px;
        line-height: 48px;
        color: #FFF;
    }

    .Home_Menu_Div li::after {
        content: " ";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 2px;
        height: 24px;
        /* background: url(../images/Dot_Menu.png) center center no-repeat; */
    }

    .Home_Menu_Div li:last-child {
        /* padding-right: 0; */
    }

    .Home_Menu_Div li:last-child::after {
        width: 0px;
    }

    .Home_Menu_Div li img {
        display: block;
        margin-top: 14px;
        width: 18px;
        height: 20px;
    }

    .Home_Menu_Div li a {
        display: block;
        color: #FFF;
        height: auto;
        line-height: 48px;
        /* text-decoration: none; */
    }

    .Home_Menu_Div li:hover a {
        /* color: #D78971; */

    }

    .Home_Menu_Div li:hover {
        height: 48px;
        line-height: 48px;
        /* border-bottom: 4px solid #D78971; */
    }

    .Main_Menu_Li {
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        height: 55px;
        padding-bottom: 15px;
    }

    .Home_Menu_Div li:hover .Main_Menu_L2 {
        display: block;
    }

    .Home_Menu_Div .Main_Menu_L2 {
        display: none;
        position: absolute;
        left: 0;
        /* min-width: 130px; */
        /* transform: translateX(-50%); */
        top: 44px;
        padding: 28px 0 30px 0;
        width: auto;
        background-color: rgba(247, 245, 238, 0.95);
        z-index: 2;
    }

    .Home_Menu_Div .Main_Menu_L2 h4 {
        position: relative;
        display: block;
        line-height: 22px;
        height: auto;
        padding: 0 22px;
        width: auto;
        /* min-width: 92px; */
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        margin-bottom: 18px;
        cursor: pointer;
        /* white-space: nowrap; */
    }

    .Home_Menu_Div .Main_Menu_L2 h4 a {
        color: #2F3132;
        line-height: 22px;
    }


    .Home_Menu_Div .Main_Menu_L2 h4:hover a {
        color: #015FAB;
        font-weight: bold;
    }

    #M01 {
        width: 150px;
    }

    #M02 {
        width: 240px;
    }

    #M03 {
        width: 150px;
    }

    .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;

    }
}

/* 翻页控制部分 */
@media (min-width:600px) {

    /* PageControl_Box  */
    .PageControl_Box {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        /* margin-bottom: 45px; */
    }

    .PageControl_Div {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        padding: 0;
        width: auto;
        height: 32px;
        min-width: 100px;
        margin-bottom: 100px;
        /* border: 1px solid saddlebrown; */
    }

    .PageControl_Num {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: auto;
        height: 32px;
    }

    .PageControl_Num 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 (min-width:600px) {
    .Nav_Box {
        width: 100%;
        height: 65px;
        width: 100%;
    }

    .Nav_Div {
        height: 65px;
        line-height: 65px;
        font-family: 'Myriad Pro';
        font-size: 18px;
        color: #015FAB;
    }

    .Nav_Div a {
        color: #656565;
    }
}

/*  底部 部分 */
@media (min-width:600px) {

    /* Bottom_Box */
    .Bottom_Box {
        
        width: 100%;        
        height: auto;
        background-color: #252627;
        /* overflow: hidden; */
    }

    .Bottom_Div {
        margin: 0 auto;
        height: auto;
    }
    .Bottom_Control{
        padding-top:47px;
        height: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #434344;
    }
    .Bottom_Control_Left{
        float: left;
        width: 980px;
    }
    .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{
        float: left;
        padding-top: 10px;
        width: 400px;
    }
    .Bottom_Contact p{
        float: left;
        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 {
        float: left;
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .Bottom_Contact h4 img{
        width: 30px;
        height: 30px;        
    }
    .Bottom_Link_Block {        
        width: 578px;
        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 {
        float: right;
        width: 578px;
        height: 50px;

        /* cursor: pointer; */
    }
    .Bottom_BackTop{
        float: right;
        width: 190px;
        height: 50px;
        line-height: 50px;
    
        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: 50px;
        line-height: 50px;
        color: #FFF;
        font-size: 14px; 
        margin-left: 35px;   
    }


    .Bottom_Info{
        padding: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 (min-width:600px) {

    /* List_Banner_Box */
    .List_Banner_Box {
        margin: 0 auto;
        margin-left: calc(50% - 960px);
        width: 1920px;
        height: 400px;
        overflow: hidden;
    }

    .List_Show_Div{
        width: 1200px;
        height: auto;        
    }
    .List_Show{
        width: 1200px;
        height: 676px;
        overflow: hidden;
    }
    .List_Show p{
        width: 1200px;
        height: 676px;        
    }
    .List_Show p img{
        width: 1200px;
        height: 676px;        
    }
    .List_Show h4{
        position: absolute;
        bottom: 0;
        width: 1200px;
        height: 120px;        
        background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.7));
    }
    .List_Show h4 a{
        position: absolute;
        bottom: 15px;
        left: 20px;
        width: 1160px;
        line-height: 24px;        
        font-size: 20px;
        color: #FFF;
        font-weight: "Myriad Pro";
    }



    .List_Type_Div {
        margin-top: 20px;            
        height: auto;
    }

    .List_Type_Div ul {
        width: 1200px;
        height: 126px;
        
    }

    .List_Type_Div li {
        float: left;
        padding: 3px;
        width: 218px;
        height: 120px;
        background-color: #FFF;
        margin-right: 20px;
    }
    .List_Type_Div li:last-child{
        margin-right: 0;
    }


    .List_Type_Now {
        background-color: #025FAC!important;       
    }
    .List_Type_Now::after{
        content: "";
        position: absolute;
        width: 24px;
        height: 13px;
        top:-13px;
        left: calc(50% - 12px);
        background: url(../images/List_Arrow.png) center center no-repeat;
    }



    .List_Div {
        margin: 0 auto;
        margin-left: calc(50% - 600px);
        width: 1200px;
        margin-top: 60px;
        height: auto;
        margin-bottom: 65px;
        overflow: hidden;
    }

    .List_Div ul {
        width: 100%;
        list-style: none;
    }

    .List_Div li {    
        width: 100%;                
        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: 100%;
        height: auto;  
        display: flex;    
        align-items: center;
        justify-content: space-between;
        overflow: hidden;
    }
    .List_Pic_Div h4 {
  
        display: block;
        width: calc(100% - 80px);
        line-height: 24px;
        font-size: 18px;
        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 (min-width:600px) {
    .Artical_Div {
        margin: 0 auto;
        width: 1200px;
        margin-left: calc(50% - 600px);
        height: auto;
        overflow: hidden;
    }

    /* 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%;
        padding:30px 0;
        font-size: 36px;
        font-weight: bold;
        font-family: "Myriad Pro";
        line-height: 40px;
        color: #000;
        /* text-transform: uppercase; */
    }

    .Artical_Content_Title a {
        color: #000;
    }

    .Artical_Content_Info_Div {
        padding: 10px 15px;
        height: 25px;
        background-color: #EDF4F9;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Info {
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 22px;
    }

    .Artical_Content_Info h4 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 22px;
        font-family: "Myriad Pro";
        border-right: 1px solid #656565;
        color: #656565;
    }

    .Artical_Content_Info h4 a {
        color: #656565;
    }

    .Artical_Content_Info h5 {
        display: inline-block;
        width: fit-content;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        font-size: 16px;
        padding-right: 10px;
        padding-left: 10px;
        line-height: 25px;
        color: #656565;
    }

    .Artical_Content_Info h5 a {
        color: #656565;
    }
    .Artical_Content_Link {
        float: right;
        margin-right: 20px;
        width: 30%;
        font-size: 16px;
        line-height: 25px;
        text-align: right;
    }
    .Artical_Content_Link span{
        float: right;        
        margin-top: 5px;
        width: 21px;
        height: 18px;        
        margin-left: 20px;
    }
    .Artical_Content_Link span img{                
        width: 21px;
        height: 18px;        
    }
    .Artical_Content_Text_Div {
        width: 100%;
        height: auto;
        padding-top: 50px;
        /* border-bottom: 2px solid #E7EFFB; */
    }

    .Artical_Content_Text {
        margin: 0 auto;
        width: 100%;
        /* height: 1420px; */
        padding-bottom: 30px;
    }

    .Artical_Content_Text p {
        padding: 0 5px;
        font-size: 20px;
        line-height: 28px;
        color: #000;
        font-family: "Myriad Pro";
        margin-bottom: 40px;
    }

    .Artical_Content_Text p img {
        margin: 0 auto;
        padding-top: 20px;
        width: 700px;
    }

    .Artical_Content_Text span {
        display: block;
        margin: 10px auto;
        width: 700px;
        font-size: 16px;
        color: #000;
        line-height: 22px;
        text-align: center;
        padding-bottom: 10px;
        
    }

    .Artical_Content_Text span img {
        width: 700px;
    }

    .Artical_Content_Title_Div .PageControl_Div{
        margin-bottom: 140px;
    }

    .Artical_Content_Text em {
        display: block;
        margin: 0 auto;
        width: 576px;
        font-size: 16px;
        line-height: 22px;
        color: #434343;
        margin-bottom: 40px;
    }

    /* Artical_Related_Div */
    .Artical_Related_Div {
        width: 100%;
        height: auto;
        margin-bottom: 100px;
    }

    .Artical_Related_Title {
        height: 60px !important;
    }

    .Artical_Related_List {
        width: 100%;
        height: auto;
    }

    .Artical_Related_List ul {
        width: 100%;
        height: 224px;
        display: flex;
        justify-content: space-between;
    }

    .Artical_Related_List li {
        padding: 24px 20px;
        width: 327px;
        height: 176px;
        overflow: hidden;
        background-color: #F0F0F0;
    }

    .Artical_Related_List li h5 {
        font-size: 16px;
        height: 24px;
        line-height: 24px;
        color: #0011A9;
        margin-bottom: 10px;
    }

    .Artical_Related_List li h4 {
        font-size: 20px;
        line-height: 26px;
        color: #000;
    }

    .Artical_Related_List li h4 a {
        color: #000;
    }
}

/* 搜索 部分 */
@media (min-width:600px) {

    /* Search_Input_Div */
    .Search_Input_Div {
        margin: 0 auto;
        margin-top: 30px;
        padding:40px 60px;
        background-color: #EDF4F9;
        width: 1080px;        
        height: 52px;
        margin-bottom: 50px;
    }

    .Search_Pop_Div {
        margin: 0 auto;
        width: 1080px;
        height: 50px;        
        background-color: #FFF;
        border: 1px solid #D9DEE2;
    }
    
    .Search_Pop_Left {
        float: left;
        width: 950px;
        height: 50px;        
        line-height: 50px;
    }
    
    .Search_Pop_Left input {
        float: left;
        width: 950px;
        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: 130px;
        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;
        margin-left: calc(50% - 600px);
        width: 1200px;
        height: auto;
        margin-bottom: 60px;
        overflow: hidden;
    }

    .Search_Div ul {
        width: 100%;
        list-style: none;
    }

    .Search_Div li {
        width: 100%;
        padding: 28px 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: 25px;
        font-size: 18px;
        font-family: "Myriad Pro";
        color: #656565;
        margin-bottom: 8px;
    }

    .Search_Div li h4 {
        display: block;
        width: 100%;
        height: auto;
        line-height: 28px;
        font-size: 24px;
        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: 24px;
        font-size: 18px;
        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: 60px;
    }

}

/* 其他 部分 */
@media (min-width:600px) {
    .Home_Focus_Div {
        height: auto;
        margin-top: 30px;
    }

    .Home_Focus_Left {
        float: left;
        width: 790px;
        height: 526px;
        overflow: hidden;
    }

    .Home_Focus_Swiper {
        width: 790px;
        height: 526px;
        overflow: hidden;
    }

    .Home_Focus_Swiper p {
        width: 790px;
        height: 526px;
    }

    .Home_Focus_Swiper p img {
        width: 790px;
        height: 526px;
    }

    .Home_Focus_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 790px;
        height: 120px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    }

    .Home_Focus_Swiper h4 a {
        position: absolute;
        bottom: 24px;

        width: 620px;
        margin-left: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 20px;
        font-family: "Myriad Pro";
        font-weight: normal;
        color: #FFF;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Home_Focus_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 25px !important;
        width: 150px !important;
        height: 20px !important;
        z-index: 2;
    }

    .Home_Focus_pagination .swiper-pagination-bullet {
        border-radius: 5px;
        width: 10px;
        height: 10px;
        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: 30px;
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 5px) !important;
    }

    .Home_Focus_List {
        float: left;
        padding: 0 40px;
        width: 330px;
        height: 526px;
        background-color: #EDF4F9;
    }

    .Home_Focus_List ul {
        padding-top: 7px;
        width: 330px;
        height: 445px;
        overflow: hidden;
    }

    .Home_Focus_List li {
        width: 330px;
        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 a {
        color: #303132;
    }

    .Home_Focus_List p {
        width: 100%;
        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: 50px 0;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .Home_ThreeBlock {
        padding: 17px;
        width: 344px;
        height: 400px;
        border: 1px solid #D9DEE2;
        border-radius: 12px;
    }

    .Home_ThreeBlock_Title {
        width: 344px;
        height: 30px;
        margin-bottom: 16px;
    }

    .Home_ThreeBlock_Title p {
        float: left;
        margin-top: 8px;
        width: 280px;
        height: 15px;
    }

    .Home_ThreeBlock_Title p img {
        height: 15px;
    }

    .Home_ThreeBlock_Title h4 {
        float: left;
        width: 64px;
        height: 30px;
        line-height: 30px;
        text-indent: 12px;
        font-size: 15px;
        color: #FFF;
        background: url(../images/Home_Title_More.png) center center no-repeat;
    }

    .Home_ThreeBlock_Title h4 a {
        color: #FFF;
    }

    .Home_ThreeBlock_Content {
        width: 344px;
        height: 230px;
        overflow: hidden;
    }

    .Home_ThreeBlock_Content p {
        width: 344px;
        height: 230px;
    }

    .Home_ThreeBlock_Content p img {
        width: 344px;
        height: 230px;
    }

    .Home_ThreeBlock_Content h4 {
        position: absolute;
        bottom: 0;
        width: 344px;
        height: 120px;
        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: 12px;
        width: 320px;
        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;
    }

    .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_Focus_Box */
    .Home_SoonFocus_Box {
        width: 100%;
        height: 740px;
        background: url(../images/Home_Focus_BK.jpg) center center repeat-x;
        overflow: hidden;
    }

    .Home_SoonFocus_Div {
        padding-top:63px;   
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .Home_Focus_Block {
        width: 570px;
        height: auto;
    }

    .Home_Focus_Title {
        width: 570px;
        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: 570px;
        height: 450px;
        box-shadow: 0 0 17px #DFD3BD;
    }

    .Home_Focus_Content p {
        width: 570px;
        height: 380px;
    }

    .Home_Focus_Content p img {
        width: 570px;
        height: 380px;
    }

    .Home_Focus_Content h4 {
        padding: 12px 18px;
        width: 534px;
        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-position: 0 5px;
        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: 16px 18px;
        height: 22px;
        border-bottom: 1px solid #D8BC6F;
    }

    .Home_SoonFocus_List ul li a {
        display: block;
        padding-left: 10px;
        background: url(../images/Home_Focus_Dot.png) left center no-repeat;
        background-position: 0 5px;

        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/Home_Indepth_BK.jpg) bottom center repeat-x;
    }

    .Home_InDepth_Div {
        margin-top: 65px;
        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 {
        float: left;
        width: 820px;
        height: auto;
        overflow: hidden;
    }

    .Home_InDepth_Top {
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Home_InDepth_Top p {
        float: left;
        width: 470px;
        height: 314px;
    }

    .Home_InDepth_Top p img {
        width: 470px;
        height: 314px;
    }

    .Home_InDepth_TopInfo {
        float: left;
        padding: 22px 18px;
        width: 314px;
        height: 270px;
        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: 138px;
        display: flex;
        justify-content: space-between;
    }

    .Home_Indepth_Bottom li {
        padding: 30px 17px 28px 17px;
        width: 366px;
        height: 80px;
        background-color: #EDF4F9;
    }

    .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 {
        float: right;
        width: 340px;
        height: 472px;
        overflow: hidden;
    }

    .Home_InDepth_Pic {
        width: 340px;
        height: 226px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .Home_InDepth_Pic p {
        width: 340px;
        height: 226px;
    }

    .Home_InDepth_Pic p img {
        width: 340px;
        height: 226px;
    }

    .Home_InDepth_Pic h4 {
        position: absolute;
        bottom: 0;
        width: 340px;
        height: 144px;
        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: 304px;
        left: 18px;
        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: 50px;
        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 {
        float: left;
        width: 970px;
        height: 276px;
   
    }

    .Home_Video_Swiper {
        width: 970px;
        height: 276px;
        overflow: hidden;
    }

    .Home_Video_Swiper .swiper-slide {
        width: 310px;
        height: 276px;
        overflow: hidden;
    }

    .Home_Video_Swiper p {
        width: 310px;
        height: 202px;
    }

    .Home_Video_Swiper p img {
        width: 310px;
        height: 202px;
    }

    .Home_Video_Swiper h4 {
        padding: 12px 16px;
        width: 278px;
        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{
        float: right;
        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: 100px;
        padding-bottom: 140px;
        height: auto;
        overflow: hidden;
    }

    .Home_AD_Div ul{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .Home_AD_Div li{
        width: 580px;
        height: 100px;
        overflow: hidden;
    }
    .Home_AD_Div li img{
        width: 580px;
        height: 100px;        
    }

    .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;
    }
}