@charset "utf-8";
a{ text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link { color: #333333;} /* 未访问的链接 */
a:visited { color: #333333;} /* 已访问的链接 */
a:hover { color: #af241d;} /* 鼠标在链接上 */ 
a:active { color: #333333;} /* 点击激活链接 */
body{
	text-decoration: none;
	font-family:微软雅黑,宋体, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin:0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fffff;
}
.bottom_size18{
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	line-height: 210%;
   font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}
.bottom_size16{
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	line-height: 210%;
   font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}
.bottom_size12{
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	line-height: 170%;
   font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}
/*搜索*/
.search{float: right;margin-top: 23px;}
.search form{float: left;background-color: #FFFFFF;border: 1px solid #999;}
.search .key{float: left;width: 152px;padding: 9px;border: medium none;line-height: 14px;color: #666;background-color: transparent;}
.search .go{float: left;width: 30px;height: 32px;border: medium none;text-indent: -9999px;cursor: pointer;background-image: url(../images/search.png);background-repeat: no-repeat;background-position: 0px center;}
