body
{
    padding:0px;
    margin:0px;
    font:12px/1.67 'Microsoft Yahei';
}
div,ul,ul li
{
    float:left;
}
div
{
    width:100%;
    display:block;
}
ul,ul li
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}
div img,ul li img
{
    float:left;
}
.max
{
    width:100%;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.protect
{
    float:left;
    width:100%;
    
}
.protect .center
{
    width:1200px;
    margin:auto;
    float:none;
}
a
{
    font:12px/1.67 'Microsoft Yahei';
    color:#555;
    text-decoration:none;
}
a:hover
{
    color:#f00;
    text-decoration:underline;
}