﻿@charset "utf-8";
*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font-family:Arial, Helvetica, sans-serif,"宋体";
font-size:12px;
color:#505050;
line-height:160%;
width:1003px;
margin:0 auto;
background: url(../images/bb.jpg) repeat center top;
}
ul,li{
list-style:none;
}
a{
color:#505050;
text-decoration:none;
}
a:hover{
color:#f60;
}
.clear{
clear:both;
font-size:0;
line-height:0;
}
.fleft{
float:left;
}
.fright{
float:right;
}
