/* PC */
@media (min-width:600px) {
    .TopBar_Box{
        margin: 0 auto;
        width: 1902px;
        margin-left: calc(50% - 951px);
        height: auto;
        background: url(../images/Banner.jpg) top center no-repeat;
        background-color: #FFF;
        overflow: hidden;
    }
    .TopBar_Div{
        padding-top: 625px;
        height: auto;        
    }
    .TopBar_Div ul{
        width: 100%;
        height: auto;        
    }
    .TopBar_Div li{
        width: 100%;
        height: auto;      
        overflow: hidden;  
        margin-bottom: 50px;
    }
    .TopBar_Div li p{
        float: left;
        width: 449px;
        height: 356px;      
        overflow: hidden;          
    }
    .TopBar_Div li p img{        
        width: 449px;
        height: 356px;                          
    }
    .TopBar_Div li p:nth-child(2n){
        margin-left: 20px;
    }
    .TopBar_Txt{
        float: right;
        padding: 22px;
        width: 308px;
        height: 312px;
        background-color: #1C50A6;
    }
    /* 20250625 */
    .TopBar_Txt h4{
        /* padding-left: 38px; */
        text-indent: 38px;
        width: 270px;        
        height: auto;
        font-size: 22px;
        line-height: 28px;
        background: url(../images/Text_BK.png) left top no-repeat;
        font-weight: bold;
        color:#FFF;   
        padding-top: 7px;     
        margin-bottom:  6px;
    }
    .TopBar_Txt h4 a{
        color:#FFF;        
    }
    .TopBar_Txt h5{        
        width: 100%;
        height: auto;
        font-size: 22px;
        line-height: 26px;
        font-weight: bold;
        color:#FFF;    
        margin-bottom:  10px;
    }
    .TopBar_Txt h5 a{
        color:#FFF;        
    }
    .TopBar_Txt h6{        
        width: 100%;
        height: auto;
        font-size: 16px;
        line-height: 22px;   
        color:#FFF;    

    }
    .TopBar_Txt h6 a{
        color:#FFF;        
    }

    .BackTop_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 951px);
        width: 1902px;
        height: 48px;
        background-color: #C5AF6F;
    }
    .BackTop_Div {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        width: 270px;
        height: 57px;
        bottom: 0;
        left: calc(50% - 135px);        
        cursor: pointer;

    }

    .BackTop_Div img {
        width: 270px;
        height: 57px;
    }

    .Bottom_Box {
        display: block;
        position: relative;
        margin-left: calc(50% - 951px);
        width: 1902px;
        /* height: 438px; */
        background-color: #0B6599;
    }

    .Bottom_Div {
        padding-top: 95px;
        padding-bottom: 135px;
        height: auto;
        background-color: #0B6599;
        overflow: hidden;
        text-align: center;
    }
    .Bottom_Div h4{
        font-size: 16px;
        line-height: 24px;
        height: auto;
        color: #FFF;
        font-family: "Arial";
        text-align: center;
    }

}


@media (min-width:600px) {
    .mCaidan {
        display: none;
    }
    .caidan {
        display: none;
    }
}


