/* Mobile */
@media (max-width:600px) {

    .Main_Box{
        display: none;
    }
        
     /* 菜单部分 */
     .caidan {
        width: 0.32rem;
        height: 0.23rem;
        background: url("../images/Mobile/icon.png") no-repeat;
        background-size: 0.32rem 0.23rem;
        position: absolute;
        margin-right: 4%;
        top: 0.13rem;
        right: 0;
        cursor: pointer;
    }
    .p-caidan {

        width: 60vw;
        background: rgba(255, 99, 68, 0.95);
        position: fixed;
        z-index: 1000;
        /* display: none; */
    }
    .p-caidan .BT_Close {
        position: absolute;
        right: 15px;
        top:15px;
        width: 18px;
        height: 18px;
        z-index: 2;
    }
    .p-caidan .BT_Close img {
        width: 18px;
        height: 18px;
    }
    .p-caidan .logo {
        margin: 3vw 5vw;
    }

    .p-caidan .logo img {
        width: 111px;
        height: 22px;
    }

    .p-caidan .wenzi {
        font-size: 16px;
        border-top: 1px solid #FF917C;
        height: 10.25vw;
        line-height: 10.25vw;
        padding-left: 5vw;
    }

    .p-caidan .WenziSmall a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }

    .p-caidan .wenzi a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
    }
    .TopMenuBox {
        position: relative;
        display: block;
        width: 100%;
        background-color: #004073;
        height: 0.48rem;
    }
    .TopMenuDiv {
        height: 0.48rem;
    }
    .TopMenuLogo {
        float: left;
        width: 1.86rem;
        height: 0.18rem;
        margin-top: 0.15rem;
        /* 右侧白线 */
        /* border-right: 1px solid #fff; */
    }
    .TopMenuLogo img {
        width: 1.71rem;
        height: 0.18rem;
    }
    .TopBar_txt {
        float: left;
        margin-top: 0.15rem;
        margin-left: 0.15rem;
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }
    .TopBar_txt a {
        height: 0.18rem;
        line-height: 0.18rem;
        font-size: 0.18rem;
        color: #FFF;
    }
    }
    


@media (max-width:600px) {
    .TopBar_Box{
        width: 100%;        
        height: auto;
        background: url(../images/Mobile/Banner.jpg) top center no-repeat;
        background-color: #FFF;
        background-size: 100% auto;
        overflow: hidden;
    }
    .TopBar_Div{
        padding-top: 81.5vw;
        height: auto;
        padding-bottom: 4vw;        
    }
    .TopBar_Div ul{
        width: 92vw;
        height: auto;        
    }
    .TopBar_Div li{
        width: 92vw;
        height: auto;      
        overflow: hidden;  
        margin-bottom: 4vw;
    }
    .TopBar_Div li p{
        width: 100%;  
        overflow: hidden;          
    }
    .TopBar_Div li p img{        
        width: 100%;                      
    }

    .TopBar_Txt{

        padding: 4vw 2vw ;
        width: 88vw;
        height: auto;
        background-color: #1C50A6;
    }
        /* 20250625 */
    .TopBar_Txt h4{
        /* padding-left: 28px; */
        text-indent: 28px;
        width: 100%;
        height: auto;
        font-size: 22px;
        line-height: 26px;
        background: url(../images/Text_BK.png) left top no-repeat;
        background-size: 16px 12px;
        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;
  
        width: 100%;
        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;
        width: 100%;
        /* height: 438px; */
        background-color: #0B6599;
    }

    .Bottom_Div {
        padding-top: 10vw;
        padding-bottom: 10vw;
        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;
    }

}