/* 大屏幕（大桌面显示器，大于等于 992px） */

@media screen and (min-width: 768px) {
    #headImg {
        margin-top: -1.3rem;
    }
    .textCenter {
        margin: 1.3125rem 7% 0 0;
    }
    #fuwufanwei{
        color:#FA6600;
    }
    /* 内容 */
    /* tab */
    .nav-tabs>li {
        float: none;
        margin-bottom: 0;
        transition: width 1s;
        -webkit-transition: width 1s;
    }
    /* .nav-tabs>li>a:hover {
        height: 102px;
        background-color: #FA6600;
    } */
    .nav-tabs>li>a {
        margin-right: 0.125rem;
        line-height: 1.42857143;
        border: 1px solid #fff;
        border-radius: 0;
        width: 13.75rem;
        height: 3.875rem;
        padding: 1.375rem 3.3rem;
        color: #333333;
        text-align: center;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #fff;
        cursor: default;
        background-color: #FA6600;
        border: 1px solid #fff;
        border-bottom-color: transparent;
        height: 6.375rem;
        padding-top: 2.5rem;
    }
    .nav-tabs>li>a:hover {
        background-color: #FA6600;
        border-color: none;
        color: #fff
    }
    .ulfolat {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 0.625rem;
        background-color: #f5f5f5;
        width: 13.75rem;
        height: 100%;
        margin-left: 7%;
        margin-top: 0.375rem;
        float: left;
    }
    .floatleft {
        float: left;
        width: 65%;
        margin-left: 0.625rem;
        margin-top: 0.375rem;
    }
    #height {
        height: 104rem;
        width: 13.75rem;
    }
    #headImg {
        margin-top: -2.1rem;
    }
    /* 内容 */
    /* 气垫车运输 */
    .beijingTitle {
        color: #333;
        margin-top: 0.9375rem;
        /* margin-bottom: 3rem; */
    }
    .qidianText{
        color: #999999;
        line-height: 3rem;
        font-size: 1.1rem;
    }
    /* 图片 */
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        position: relative;
        min-height: 1px;
        padding-right: 0;
        padding-left: 15px;
    }
    /* 地址 */
    /* 页脚 */
    #mcFooterImg {
        display: none;
    }
    .leixing{

    }
}


/* 移动端 */

@media (max-width: 767px) {
    .textCenter {
        margin: 0 1.25rem 2rem 1.25rem;
    }
    /* 分页 */
    .nav-tabs>li>a {
        font-size: 1rem;
        line-height: 1.42857143;
    }
    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover {
        color: #FA6600;
        cursor: default;
        background-color: transparent;
        border: 0.1rem solid #FA6600;
    }
    .ulfolat {
        margin-bottom: 3rem;
    }
    .ulfolat>li {
        margin-left: 18%;
        margin-bottom: 0.6rem;
    }
    .ulfolat>li>a {
        color: #b6b6b6;
        background-color: transparent;
        border: 0.1rem solid #b6b6b6;
        border-radius: 0 0 0 0;
        text-align: center;
    }
    /* 内容 */
    .beijingTitle {
        font-size: 1.3rem;
        color: #333;
    }
    .qidianText {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 1.1rem;
        line-height: 3rem;
        margin-bottom: 2rem;
    }
    .address {
        font-size: 1.3rem;
        color: #333;
    }
    .pStyle {
        font-size: 1.1rem;
        line-height: 3rem;
    }
    /* 页脚 */
    #pcFooterImg {
        display: none;
    }
}


/* pad屏 */

@media (min-width: 767px) and (max-width: 992px) {
    .floatleft {
        width: 60%;
    }
    #height {
        height: 104rem;
    }

}