/* PC */
@media (min-width:600px) {
    .TopBar_Box {
        margin: 0 auto;
        width: 1920px;
        margin-left: calc(50% - 960px);
        height: auto;
        background: url(../images/Banner.jpg) top center no-repeat;
        overflow: hidden;
    }

    .TopBar_Div {
        width: 1920px;
        height: 800px;
        overflow: hidden;
    }

    .TopBar_Div img {
        width: 1920px;
        height: 800px;
        overflow: hidden;
    }

    .Title_Div {
        width: 100%;
        height: 85px;
        font-size: 36px;
        line-height: 42px;
        font-weight: bold;
        color: #056B5D;
        text-align: center;
        font-family: "Arial Black";
        text-transform: uppercase;
    }

    .Title_Div a {
        color: #056B5D;
    }

    .Focus_Swiper {
        width: 1200px;
        height: auto;
        overflow: hidden;
        margin-bottom: 90px;
    }

    .Focus_Swiper p {
        float: left;
        width: 600px;
        height: 343px;
        overflow: hidden;
    }

    .Focus_Swiper p img {
        width: 600px;
        height: 343px;
    }

    .Focus_Txt {
        float: right;
        width: 550px;
        height: 343px;
        overflow: hidden;
    }

    .Focus_Txt h4 {
        margin-top: 43px;
        width: 100%;
        height: 64px;
        font-size: 26px;
        font-weight: bold;
        line-height: 32px;
        color: #212121;
        overflow: hidden;
        margin-bottom: 18px;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Focus_Txt h4 a {
        color: #212121;
    }

    .Focus_Txt h5 {
        width: 100%;
        height: 96px;
        font-size: 18px;
        line-height: 24px;
        color: #4B4B4B;
        overflow: hidden;

        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .Focus_Txt h5 a {
        color: #4B4B4B;
    }

    .Focus_pagination {
        font-size: 12px;
        left: auto !important;
        right: 0 !important;
        bottom: 75px!important;
        text-align: left!important;
        width: 550px !important;
        height: 14px !important;
    }

    .Focus_pagination .swiper-pagination-bullet {
        border-radius: 7px;
        width: 12px;
        height: 12px;
        border: 1px solid #000;
        background-color: #FFF;
        opacity: 1;
    }

    .Focus_pagination .swiper-pagination-bullet-active {
        background-color: #056B5E;
        border: 1px solid #056B5E;
    }

    .PA_List{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 105px;
    }
    .PA_List ul{
        width: 100%;
        height: auto;
    }
    .PA_List li{
        float: left;
        padding: 30px 24px;
        width: 342px;
        height: 112px;
        font-size: 22px;
        line-height: 28px;
        color: #212121;
        overflow: hidden;
        background-color: #EEE;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .PA_List li a{
        display: block;
        color: #212121;
        width: 342px;
        height: 112px;

        font-size: 22px;
        line-height: 28px;
        /* Text overflow */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden;
    }

    .PA_List li:nth-child(3n){
        margin-right: 0;        
    }

    .HL_List{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 45px;
    }
    .HL_List ul{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .HL_List li{
        /* float: left;         */
        width: 390px;
        height: auto;
        overflow: hidden;        
        /* margin-right: 15px; */
        margin-bottom: 55px;
    }
    .HL_List li p{        
        width: 390px;
        height: 275px;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .HL_List li p img{
        width: 390px;
        height: 275px;                
    }
    .HL_List li h4{        
        width: 100%;
        /* height: 87px; */
        overflow: hidden;        
    }
    .HL_List li h4 a{        
        font-size: 22px;
        line-height: 29px;

        width: 100%;
        /* height: 87px; */
        color: #212121;
        
        /* Text overflow */
        /* text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: nowarp;
        overflow: hidden; */
    }
    
    .HL_List li:nth-child(3n){
        margin-right: 0;        
    }

    .Bottom_Box{
        width: 100%;
        height: 125px;
        background-color: #056B5E;
        overflow:hidden;
    }
    .Bottom_Div{
        padding-top: 30px;        
        height: auto;        
    }
    .Bottom_Div h4{
        text-align: center;
        font-size: 16px;
        line-height: 23px;
        color: #FFF;                
    }
}


@media (min-width:600px) {
    .mCaidan {
        display: none;
    }

    .caidan {
        display: none;
    }
}