@charset "utf-8";
body{
   background:#dfdfdf;
    font-family:"微软雅黑";
}
#browser{
    width: 1000px;
    height:400px;
    text-align: center;
    margin:100px auto;
}
#browser h5{
    font-size:28px;
    color:#ba0016;
    font-weight: 100;
}
#browser p{
    font-size: 12px;
    color:#393939;
}
#browser .llq{
    width:520px;
    height:72px;
    margin: 40px auto;
}
#browser .llq img{
    float: left;
    margin-right:40px;
    border: 0px;
}
#browser .llq img.last{
    margin-right: 0px;
}