@charset "utf-8";
/* CSS Document */
/*清零样式*/
 html,body{
     height: 100%;
}
 body{
     font-size: 16px;
     font-size: 16px;
    /*font-family: "Microsoft YaHei UI Light";
     */
     font-family: "微软雅黑" !important;
     color: #333333;
     background:#f9f9f9 !important;
}
 body , ul , p,a {
    /*逗号:多选*/
     margin:0;
    /*外边距*/
     padding:0;
    /*内边距*/
}
 li{
     list-style:none;
    /*列表样式:无(去掉小圆点)*/
}
 a{
     text-decoration:none;
    /*下划线:无*/
     color:#333;
}
 .w1200{
     width: 1200px;
     width: 1200px;
     margin: auto 
}
 