@CHARSET "UTF-8";

body {
  font-family: "微软雅黑", helvetica, Arial, Sans-Serif;
  font-size:13px;
  background:url(/resources/images/bgbody.gif);
  color:#4b4b4b;
}
*{
    margin:0;
    padding:0;   
}
a{color:#000000;text-decoration: none;}
a:hover{text-decoration: none;}
img{
  border:0;
}
ul{
  list-style-type: none
}
wrapper { width:100%; background:#dbdcdd; z-index:1;overflow:hidden; }
#header {

width:100%;
height:368px;
z-index:109;
background:url(/resources/images/bodybg.jpg);
}
.header-content { width:1036px;height:100px; margin:0 auto; padding:0;}
.header-menu { width:1036px;height:48px; margin:0 auto; padding:0; background:url(/resources/images/background.jpg);}
.header-menu-content{width:1036px;height:48px; margin:0 auto; padding:0;;}
.header-menu-content ul li{float:left;width:115px;height:48px;}
.header-menu-content ul li a{
 display: inline-block;width:100%;height:100%;
}
.bottomleft ul li a{
color:#2d3f53;
}
.bottomright ul li a{
color:#2d3f53;
}
.leftmain ul li{
  width:230;
  height:42px;
  line-height:42px;
  padding-left:0;
  border-bottom : 1px dashed #ddd;
  font-size:14px;
  letter-spacing:1px;
}
.leftmain ul li a{display:block; width:230px; height:32px; background:url(/resources/images/kuai.gif) no-repeat 10px; line-height:32px; font-size:14px; text-indent:60px; }
.leftmain ul li a:hover{background:url(/resources/images/tt.png) no-repeat; border:none;color:#fff}

.page{clear:both;}
.page a{
 display:inline-block;
 background:url(/resources/images/bgbuttonnav.png) repeat-x left top;
 margin-right:10px;
 color:#555555;
 outline:0px;
 font-size:12px;
 text-transform:capitalize;
 display:block;
 border:solid 1px #eaeaea;
 border-bottom:solid 1px #bfbfbf;
 border-right:solid 1px #bfbfbf;
 border-radius:4px;
 -moz-border-radius:4px;		
 -webkit-border-radius:4px;
 height:24px;
 line-height:24px;
 float:left;
 width:35px;
 text-align:center;
}
.page span{
 display:inline-block;
 background:url(/resources/images/bgbuttonnav.png) repeat-x left top;
 margin-right:10px;
 color:#555555;
 outline:0px;
 font-size:12px;
 text-transform:capitalize;
 display:block;
 border:solid 1px #eaeaea;
 border-bottom:solid 1px #bfbfbf;
 border-right:solid 1px #bfbfbf;
 border-radius:4px;
 -moz-border-radius:4px;		
 -webkit-border-radius:4px;
 height:24px;
 line-height:24px;
 float:left;
 width:35px;
 text-align:center;
}
.page .current{
 display:inline-block;
 background:url(/resources/images/bgbuttonnav.png) repeat-x left top;
 margin-right:10px;
 color:#555555;
 outline:0px;
 font-size:12px;
 font-weight:800;
 text-transform:capitalize;
 display:block;
 border:solid 1px #eaeaea; 
 border-bottom:solid 1px #bfbfbf;
 border-right:solid 1px #bfbfbf;
 border-radius:4px;
 -moz-border-radius:4px;		
 -webkit-border-radius:4px;
 height:24px;
 line-height:24px;
 float:left;
 width:35px;
 text-align:center;
}
.page a:hover{
	text-decoration:none;
	color:#dc6a4d;
}