/*reset*/
html,body,div,ul,ol,li,span,dl,dt,dd,img,h1,h2,h3,h4,h5,h6,strong,b,img,form,label,input,p{
margin:0;
padding:0;
}
body{
color:#333;
font-size:12px;
}
a{
text-decoration:none;
color:#333;
}
a:hover{
color:#db320d;
}
h1,h2,h3,h4,h5,h6,strong,b{
font-size:12px;
font-weight:800;
}
img{
border:none;
}
ul{
list-style:none;
}

html{
background:url(../images/bg_top.gif) repeat-x;
}
body{
background:url(../images/bg_body.gif) no-repeat center 70px;
}
#wrap{
width:1003px;
margin:0 auto;
overflow:hidden;
}
.f12red{
color:#db320d;
}
.f12ylow{
color:#f60;
}
.f12green{
color:#509f02;
}
.more{
float:right;
margin:12px 7px 0 0;
}
.clear{
clear:both;
}
/*头部*/
#top{
height:70px;
overflow:hidden;
}
#logo{
float:left;
margin:10px 0 0 10px;
}
.toplink{
float:right;
height:35px;
margin:5px 0 0 0;
}
.toplink li{
float:left;
margin:0 0 0 10px;
}
.toplink li a:hover{
text-decoration:underline;
}
#toplogin{
clear:right;
float:right;
height:35px;
}
#toplogin input{
border:1px solid #ededed;
margin:0 15px 0 0;
}
#username,#pwd{
width:100px;
}
#login{
color:#f60;
width:36px;
height:20px;
line-height:20px;
text-align:center;
cursor:pointer;
}
#login:hover{
color:#db320d;
}
/*导航*/
#menu{
clear:both;
margin:8px 0 0 0;
height:33px;
}
#menu ul{
margin:0 20px;
width:963px;
display:block;
}
#menu ul li{
float:left;
margin:10px 0 0 0;
padding:0 10px;
border-right:#db320d 1px solid;
}
#menu ul li a{
color:#fff;
font-weight:800;
}
#menu ul li a:hover{
color:#333;
}
#menu #noborder{
border:none;
}
/*底部*/
#footer{
clear:both;
margin:5px auto;
width:1003px;
border-top:2px solid #db320d;
padding:5px 0 0 0;
text-align:center;
}
#footer ul{
clear:both;
}
#footer ul li{
float:left;
margin-right:5px;
margin-bottom:5px;
}
#footer p{
clear:both;
line-height:20px;
}
