html {
    font-size: 62.5%;
    font-size: 16px;
}

body {
    font-family: 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    font-size: 1rem;
}


/* 大屏幕（大桌面显示器，大于等于 992px） */

@media screen and (min-width: 768px) {
    #textColor{
        color:#FA6600;
    }
    .textCenter{
     margin:0 7.625rem  0 7.625rem ;
    }
    #zhuanye{
        color:#FA6600;
    }
   #headImg{
       margin-top:-1.5rem;
   }
   #youshi1{
       margin-top:6.125rem ;
   }
    #youshi1>p{
     margin-top:1.875rem;
     color:#b6b6b6;
     margin-bottom:3.375rem;
    }
    #youshi2{
       margin-top:6.125rem ;
   }
    #youshi2>p{
     margin-top:1.875rem;
     color:#b6b6b6;
     margin-bottom:3.375rem;
    }
    #mbText{
        display:none;
    }
    /* 底部 */
    #mbFooterImg{
        display:none;
    }
    #pcFooterImg{
        margin-top:6.25rem;
    }
 
}

/* 移动端 */
@media (max-width: 767px) {
    .row {
     margin-right: 0; 
     margin-left: 0; 
}
    #youshi1{
        margin-top:4rem;
        text-align:center;
    }
    #blackLine{
        width:22rem;
        height:0.2srem;
        background-color:#333;
    }

    #youshi1>p{
        color:#b6b6b6;
        font-size:1.1rem;
         margin: 0 1.25rem 2rem 1.25rem; 
    }

     #youshi2{
        margin-top:4rem;
        text-align:center;
    }

    #youshi2>p{
        color:#b6b6b6;
        font-size:1.1rem;
         margin: 0 1.25rem 2rem 1.25rem; 
    }

    /* 底部 */
    #pcFooterImg{
        display:none;
    }
    #mbFooterImg{
        margin-top:2.75rem;
    }


}

/* pad屏 */
@media (min-width: 768px) and (max-width: 991px) {}