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