@media screen and (max-width:1399px){

}

@media screen and (max-width:1299px){

}

/*1100分辨率（大于960px，小于1199px）*/
@media screen and (max-width:1199px) {

}

/*1024分辨率（小于1024px）*/
@media screen and (max-width:1024px) {

}

@media screen and (max-width:767px) {
    .nav-phone{
        outline: none;
        display: block;
        position: absolute;
        right: 95px;
        padding: 0;
        top: 50%;
        background: transparent;
        color: #adadad;
        border: 0;
        -webkit-transform: translate(0, -48%);
        -ms-transform: translate(0, -48%);
        -o-transform: translate(0, -48%);
        transform: translate(0, -48%);
        font-size: 35px;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .col-content{
        float:none;
    }

    .nav-phone-menu{
        display: block;
        z-index: 9999;
        position: fixed;
        left: 0;
        top: 43.5px;
        width: 100%;
    }

    .navbar-phone-nav {
        margin: 7.5px 0;
    }

    .m-top{
        margin-top: 30px;
    }

    .nav-main{
        display: none;
    }

    .nav-tel{
        display: none;
    }

    .bs-slider {
        margin-top: 48px;
    }
}

@media screen and (max-width:480px) {

}

@media screen and (max-width:414px) {

}

@media screen and (max-width:375px) {

}

/* iPhone 4/4s portrait */
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:2/3) and (orientation:portrait){

}

/**
 * iPhone 4/4s landscape
 */
@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-device-pixel-ratio:2) and (device-aspect-ratio:2/3) and (orientation:landscape) {

}

/**
 *  iPhone 5/5s portrait
 */
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:portrait) {

}

/**
 *  iPhone 5/5s landscape
 */
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) and (orientation:landscape) {

}

/*iPhone 6 Portrait*/
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation :portrait) { 

}

/*iPhone 6 landscape*/
@media only screen and (min-device-width:375px) and (max-device-width:667px) and (orientation :landscape) { 

}

/*iPhone 6+ Portrait*/
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation :portrait) { 

}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width:414px) and (max-device-width:736px) and (orientation :landscape) { 

}

/**
 *  Galaxy S4 portrait
 */
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {

}

/**
 *  Galaxy S4 landscape
 */
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {

}

/**
 *  HTC One portrait
 */
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:portrait) {

}

/**
 *  HTC One landscape
 */
@media screen and (device-width:360px) and (device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {

}

/*高清屏 iPad 3 & 4 横屏*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:2) { 

}

/*高清屏 iPad 3 & 4 竖屏*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:2) { 

}

/*iPad 1 & 2 横屏*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1)  { 

}

/*iPad 1 & 2 竖屏*/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1) { 
}