/*
* 编写代码简则
*/
/*
* Common
*
* 本项目常用工具，但不包括 .clearon-left, .clear ，
* 它们已经包含在 UI tool 模块里面，请注意
*/

body {
  font-size: 14px;
  font-family:"FZHLTZHH","微软雅黑";
}
em{ font-style:normal;}
a{
color:#333;
}
a:hover{
color:#0047bb;
}
.main{
 width:1440px;
 margin:0 auto;
 
}
.top-banner{
 width:1440px;
 height:250px;
 position:relative;
 background:url(../images/banner.jpg) center top no-repeat;
 margin:0 auto;
}
.box{
 width:1208px;
 margin:0px auto;
}
.menu-bar{
 height:50px;
 background:#cc0000;
 line-height:50px;
 width:100%;
 position:relative;
} 
.menu {
 position:relative;
 height:50px;
 line-height:50px;
}
.menu li{
 float:left;
 text-align:center;
 min-width:290px;
}

.menu a {
  line-height:50px;
  color:#fff;
  font-size:24px;
  font-weight:bold;
  height:50px;
  display:inline-block;
}
.menu a.now {
 display:inline-block;
 color:#ffff99;
}
.menu a:hover {
 color:#ffff99;
 height:50px;
 display:inline-block;
}
.footer{
 width:100%;
 height:200px;
 background:url(../images/foot-bg.jpg) repeat-x;
 color:#666;
 position:relative;
 text-align:center;
 line-height:200px;
 min-width:1440px;
 margin-top:50px;
 }
