@charset "gb2312";
/* CSS Document */

/***公共样式***/
*{margin:0; padding:0;}
body{font-size:12px; color:#666666; font-family:'Microsoft YaHei','微软雅黑',Arial,'宋体'; line-height:22px;}
a{text-decoration:none; color:#666666;}
a:hover{color:#FF6600; text-decoration:underline;}
.clear{clear:both;}
.blank10{height:10px;}
ul,li{list-style:none;}
img{border:0;}

/**header**/
.header{width:100%; }
.top{height:28px; background:#fff;}
.top_son{width:1100px; margin:0px auto; line-height:28px;}
.top .rate{float:left;}
.top .collect{float:right;}
.top .collect a{background:url(../images/dian.png) no-repeat left center; padding-left:10px; margin-left:15px;}

.head{background:url(../images/head_bg.jpg) repeat-x; height:110px;}
    /***可修改***/
.head_son{width:1100px; margin:0px auto; padding-top:25px;}
.head_son img{display:block;}

/*底部样式*/
.footer{background:url(../images/footer_bg.jpg) repeat-x; height:80px;}
.footer_son{
	width:1100px; 
	margin:0px auto; 
	line-height:22px; 
	color:#aaa; 
	padding-top:15px;
	text-align:center;
}