@charset "utf-8";
/* ==========================================================
	* Name: 全站通用样式库
	* Date: 2011/11/21
	* User: littlemao
============================================================*/
body{font-family:"微软雅黑",Arail,verdana;font-size:12px;line-height:180%;color:#333;}

/*默认超链接*/
a{color:#036; text-decoration:none;}
a:hover{color:#f60;}
a:focus/*取消链接的虚线*/{outline:none;-moz-outline:none;} 

/*头部导航*/
.header{margin-left:auto;margin-right:auto;width:100%;padding:10px 0;}
.header .logo{float:left;width:200px;font-size:22px;text-align:left;padding-left:10px;}
.header .logo a{color:#666;}
.header .logo img{width:90px;height:48px;}
.header .city{float:right;width:50px;padding-left:20px;background:url(../img/city.png) no-repeat 0 0;}
.header .city a,.header .city a:hover{color:#666;}

/*导航*/
.topmenu{margin-left:auto;margin-right:auto;background:url(../img/topbg.jpg) repeat-x;height:40px;}
.topmenu a{display:block;float:left;font-size:14px;line-height:40px;color:#fff;text-indent:20px;}
.topmenu a:hover{color:#fff;}
.topmenu .index{width:80px;height:40px;background:url(../img/topnav.jpg) no-repeat 0 0;}


/*底部信息*/
.footer{border-top:1px solid #d8d8d8;padding-top:15px;padding-bottom:15px;text-align:center;background:#f9f9f9;}
.footer .footer_top{ height:30px;line-height:30px;background:#0a62aa;color:#f6ec5a;margin-bottom:10px;}
.footer .footer_top a{color:#fff;}
.footer p{line-height:20px;}

.folist{text-align:center;}
.folist span{padding:5px 10px;border:1px solid #d8d8d8;background:#fff;}
.folist a{color:#666;}

.hide{display:none;}