@media \0screen\,screen\9 {

    .clearfix::after{
        content:'';
        display: block;
        clear: both;
    }
    body{
        background-color: #000;
    }
    
    
    .swiper-pc div{
        height: 100% !important;
    }
   
    .index-con{
        position: fixed;
    }
    #header  .logo{
        float: left;
    }
    #header nav{
        float: right;
    }
    #header nav .o-nav > LI{
        float: left;
        
    }
    #header nav .o-nav > LI{
        overflow: visible;

    }
    #header nav .o-nav > LI > DIV{
        overflow: visible;
    }
    #header nav .o-nav > LI .b {
        display: none;
    }
    #header nav .o-nav > LI:hover .b{
        display: none;
        bottom: 100% !important;
    }
    #header nav .e-nav{
        top: auto;
        display: none;
    }
    #header nav .o-nav > LI:hover .e-nav{
        display: block;
        background-color: #0c6daf;
    }
    .mobile_header{
        display: none !important;
    }
    .container{
        width: 1000px;
        margin: 0 auto;
    }
    .float-left{
        float: left;
    }
    .float-right{
        float: right;
    }
    .col-lg-2{
        width: 16.666% !important;
    }
    .col-lg-10{
        width: 80% !important;
    }
    .info-wrap{
        width: 100% !important;
    }
    .footer-col-lg-5{
        width: 34% !important;
    }
    .footer-col-lg-7{
        width: 45% !important;
    }
}

/* @media \0screen {
    #header{
        height: 78px;
        background-color: #0c6daf;

    }
    #header nav {
        width: 800px;
    }
    #header nav .e-nav LI:after{
        display: none;
    }
    
} */
