@charset "utf-8";
/* CSS Document */

/* ==========================================================
	* 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;} 

#head{/*position:fixed; top:0; height:110px;  */width:100%; z-index:999;}
/*头部导航*/
.header{margin-left:auto;margin-right:auto;width:100%; background:#E2E2E2; }
.header .logo{margin-left:auto;  float:left; width:50%;}
.header .logo img{  width:100%;  }
.header .tel{ float:right; width:50%;}.header .tel img{ width:100%;}
.hide{display:none;}


/*导航*/
.topmenu{ height:82px; background-color:#313131;}
.topmenulist{ height:80px; }
.topmenulist li{float:left;height:40px;line-height:40px;font-size:1.5em;color:#333; width:25%;}
.topmenulist li a{ display:block; width:100%; text-align:center;color:#fff;font-weight:bold;border-bottom:none; text-align:center;
border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #474747;border-bottom:1px solid #474747;}
.topmenulist li a:hover,.topmenu ul li a.selected{background:#064274;color:#fff;}


/*底部信息*/
.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;}

.hide{display:none;}