/* PC */
/* Top菜单部分 */
@media (min-width:600px) {
    .Guide_Box {
        width: 100%;
        height: auto;
        /* background: url(../images/Guide/Guide_BK.jpg) center center repeat; */
        overflow: hidden;
    }

    .Guide_Banner_Div {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: 278px;
        overflow: hidden;
    }

    .Guide_Banner_Div img {
        width: 1920px;
        height: 278px;
    }

    .Guide_Focus_Box {
        margin: 0 auto;
        width: 100%;        
        height: 950px;
        background: url(../images/Guide/Guide_Focus_BK.jpg) bottom center no-repeat;
        overflow: hidden;
    }

    .Guide_Focus_Swiper {
        margin: 0 auto;
        margin-top: 35px;
        width: 1200px;
        height: 560px;
        overflow: hidden;
    }

    .Guide_Focus_Swiper p {
        width: 1200px;
        height: 560px;
    }

    .Guide_Focus_Swiper p img {
        width: 1200px;
        height: 560px;
    }

    .Guide_Focus_Swiper h4 {
        position: absolute;
        bottom: 0;
        width: 1200px;
        height: 94px;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .Guide_Focus_Swiper h4 a {
        position: absolute;
        left: 50px;
        top: 32px;
        width: 900px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        color: #FFF;
        z-index: 2;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Guide_Focus_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 40px !important;
        width: 190px !important;
        height: 16px !important;
        z-index: 2;
    }

    .Guide_Focus_pagination .swiper-pagination-bullet {
        border-radius: 7px;
        width: 14px;
        height: 14px;
        background-color: transparent;
        border: 1px solid #FFF;
        opacity: 1;
    }

    .Guide_Focus_pagination .swiper-pagination-bullet-active {
        background-color: #EFD59D;
        /* margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px)!important; */
    }

    .Guide_Focus_BTNext {
        position: absolute;
        left: auto;
        right: 20px;
        bottom: 33px;
        width: 16px;
        height: 29px;
        background: url(../images/Guide/Guide_BTNext.png);
        z-index: 2;
        cursor: pointer;
    }
    .Guide_Focus_BTNext:hover{
        background: url(../images/Guide/Guide_BTNext_on.png);        
    }
    .Guide_Focus_BTPrev {
        position: absolute;
        left: auto;
        right: 154px;
        bottom: 33px;
        width: 16px;
        height: 29px;
        background: url(../images/Guide/Guide_BTPrev.png);
        z-index: 2;
        cursor: pointer;
    }
    .Guide_Focus_BTPrev:hover{
        background: url(../images/Guide/Guide_BTPrev_on.png);        
    }

    
    .Guide_News_Div {
        margin: 0 auto;
        margin-top: 52px;
        width: 1200px;
        height: auto;
        overflow: hidden;
    }
    .Guide_Titile_Div{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Guide_Titile_Div h4{
        float: left;
        width: 66px;
        height: 39px;
        margin-right: 18px;
        overflow: hidden;
    }
    .Guide_Titile_Div h4 img{        
        width: 66px;
        height: 39px;        
    }
    .Guide_Titile_Div h5{
        float: left;
        width: 1074px;
        height: 39px;
        background: url(../images/Guide/Title_Line.png) bottom right no-repeat;        
        /* background-position: 0px 18px; */
    }
    .Guide_Titile_Div h6{
        float: right;
        margin-top: 10px;
        width: 42px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 18px;
        color: #7B4C18;        
    }
    .Guide_Titile_Div h6 a{
        color: #7B4C18;        
    }
    .Guide_News_List{
        margin-top: 48px;
        width: 100%;
        height: auto;
    }
    .Guide_News_List ul{
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }
    .Guide_News_List li{
        padding:22px 16px;
        width: 250px;
        height: 112px;
        overflow: hidden;
        border: 1px solid #E3DBC8;
        background: url(../images/Guide/Guide_News_BK.png) center center no-repeat;
        cursor: pointer;
    }
    .Guide_News_List li:hover{
        border: 1px solid #BFB08E;
        background-color: #E3DBC8;
    }
    .Guide_News_List li h4{
        font-family: "微软雅黑 light";
        font-size: 18px;
        height: auto;
        color: #000;
        margin-bottom: 16px;
    }
    .Guide_News_List li h4 a{
        color: #000;
    }
    .Guide_News_List li h5{
        font-family: "微软雅黑 light";
        font-size: 18px;
        height: 24px;
        color: #000;    }

    .Guide_Content_Div{
        margin: 0 auto;
        width: 1200px;
        height: auto;
        overflow: hidden; 
        margin-bottom: 105px;
    }
    .Guide_Content_Left{
        float: left;
        width: 860px;
        height: auto;
        overflow: hidden;
    }
    .Guide_Catalog_Div{
        padding-top: 53px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Guide_Titile_Gatalog1 h4{
        width: 530px;
    }
    .Guide_Titile_Gatalog1 h4 img{
        width: 530px;
    }
    .Guide_Titile_Gatalog1 h5{
        width: 260px;
    }

    .Guide_Date{
        margin-top: 45px;
        width: 100%;
        padding:10px;
        height: 30px;
        background-color: #F5F3ED;        
    }
    .Guide_Date span{
        font-family: "Arial";
        font-size: 24px;
        line-height: 30px;
        color: #79470D;
        margin-right: 55px;
    }
    .Guide_List_Title{
        font-family: "微软雅黑";
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        color: #925C27;
        padding-bottom: 8px;
        border-bottom: 2px solid #925C27;
    }
    .Guide_List_Title a{
        color: #925C27;
    }
    .Guide_List_Div{
        margin-top: 33px;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Guide_List_Div ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Guide_List_Div li{
        padding-top: 17px;
        padding-bottom: 12px;
        height: auto;
        border-bottom: 1px solid #E7E7E7;
        overflow: hidden;
    }
    .Guide_List_Div li h4{
        float: left;
        width: 710px;
        font-size: 18px;
        line-height: 23px;
        height: auto;
        color: #333;
        overflow: hidden;
    }
    .Guide_List_Div li h4 a{
        color: #333;        
    }
    .Guide_List_Div li h5{
        float: right;
        width: 135px;
        font-size: 18px;
        line-height: 23px;
        text-align: right;
        height: auto;
        color: #333;
        overflow: hidden;
    }
    .Guide_List_Div li h5 a{
        color: #333;        
    }
    .Guide_List_Pic{
        margin-top: 45px;
        height: 113px;
    }
    .Guide_List_Pic img{        
        height: 113px;
    }

    .Guide_Titile_Gatalog2 h4{
        margin-top: 5px;
        width: 618px;
        height: 76px;
    }
    .Guide_Titile_Gatalog2 h4 img{
        width: 618px;
        height: 76px;
    }
    .Guide_Titile_Gatalog2 h5{
        /* margin-top: 37px; */
        width: 180px;
    }
    .Guide_Titile_Gatalog2 h6{
        /* margin-top: 47px; */
    }

    .Guide_List2_Div{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Guide_List2_Div ul{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .Guide_List2_Div li {
        padding-top: 28px;
        padding-bottom: 15px;
        width: 100%;
        height: auto;
        font-family: "Arial Black";
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        color: #333;
        border-bottom: 1px solid #BBB099;
    }
    .Guide_List2_Div li a{
        color: #333;        
    }
    .Guide_Content_Right{
        margin-top: 53px;
        float: right;
        width: 305px;
        height: auto;
        overflow: hidden;
    }
    .Guid_Right_Item{
        padding: 60px 20px;
        width:265px;
        height: auto;
        background: url(../images/Guide/Right_BK.jpg) top center no-repeat;
        background-color: #F5F2EC;
        margin-bottom: 45px;
        overflow: hidden;
    }
    .Guid_Right_Title{
        margin-bottom: 40px;
    }
    .Guid_Right_Content{
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .Guid_Right_Content h4{
        width: 90px;
        font-size: 18px;
        font-weight: bold;
        color: #603608;
    }
    .Guid_Right_Content h5{
        width: 175px;
        font-size: 18px;
        line-height: 26px;        
        color: #603608;
        word-break:break-all;
    }
    .Guid_Right_Content h5 a{
        color: #603608;        
    }
    .Guid_Right_Content2 h6{
        float: right;
        display: block;
        width: 78px;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #603608;
        color: #603608;
        margin-bottom: 65px;
    }
    .Guid_Right_Content2 h6 a{
        color: #603608;        
    }
    .Guid_Right_Content2 {
        display: block;

        margin-bottom: 15px;
    }
    .Guid_Right_Content2 h5{
        width:265px;
    }
    .Guide_Pic{
        height: auto;
    }
    .Guide_Pic p{
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }
    .Guid_Right_Content3{
        display: block;
        /* 20250326 */
        overflow: hidden;
    }
    .Guid_Right_Item2 h4{
        display: block;
        width: 100%;
        font-family: "Arial";
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 6px;
    }
    .Guid_Right_Item2 h5{
        display: block;
        width: 100%;
        font-family: "Arial Narrow";
        font-size: 20px;
    }
    .Guid_Right_Item2 {
        margin-bottom: 0;
    }
    .Guid_Right_Content3 h5{
        line-height: 24px;        
        display: block;
        word-break: normal;
    }
    .Guid_Right_Content3 h6{
        float: right;
        display: block;
        width: 78px;
        height: 33px;
        line-height: 33px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #603608;
        color: #85744C;
        margin-bottom: 65px;
    }
    .Guid_Right_Content3 h6 a{
        color: #85744C;        
    }
	.Guid_Right_Content3 em{font-style: italic;}
	/*20250325*/
    .Guide_List_Div li h4 a{ text-decoration: none;}
	.Guide_List_Title a { text-decoration: none;}
	.Guide_Titile_Div h6 a { text-decoration: none;}

}
