/* CSS Document */
body{
background:url(../images/back_bg.jpg);
background-repeat:repeat;
padding:0px;
margin:0px;
font-family:微软雅黑;
font-size:12px;
color:#333333;
position:relative;
}
.center{
width:960px;
height:800px;
background:#FFFFFF;
margin:auto;
}
/*首页头部样式*/
#head{
width:960px;
height:auto;
border-bottom:solid #cccccc 2px;
position:relative;
left:0px;
top:0px;
z-index:10;
}
#nav{
width:655px;
height:80px;
}
#nav ul{
width:655px;
height:80px;
display:block;
list-style-type:none;
padding:0px;
margin:0px;
}
.spanDiv{
width:120px;
height:50px;
margin-top:30px;;
margin-left:5px;
}
.nav_list{
width:130px;
padding:0px;
background:#333333;
color:#ffffff;
display:none;
 position:relative;
 z-index:2005;
 left:0px;
 top:0px;
 box-shadow:5px 5px 2px #888888;
}
.nav_list span{
text-align:center;
padding-top:5px;
padding-bottom:5px;
width:130px;
display:block;
border-top:#999999 solid 1px;
}
.nav_list span:hover{
text-align:center;
padding-top:5px;
padding-bottom:5px;
width:130px;
display:block;
border-top:#999999 solid 1px;
color:#F39911;
}
.spanDiv span{
font-style:italic;
}
.nav{
width:130px;
height:80px;
float:left;
padding:0px;
margin:0px;
border-left:solid #cccccc 1px;
background:url(../images/menu_state.jpg);
background-repeat:no-repeat;
background-position:110px 55px;
cursor:pointer;
}
.nav:hover{
width:130px;
height:80px;
float:left;
padding:0px;
margin:0px;
border-left:solid #cccccc 1px;
background:url(../images/menu_state2.jpg);
background-repeat:no-repeat;
background-position:110px 55px;
color:#F39911;
}
.navClass2{
width:130px;
height:80px;
float:left;
padding:0px;
margin:0px;
border-left:solid #cccccc 1px;
background:url(../images/menu_state2.jpg);
background-repeat:no-repeat;
background-position:110px 55px;
color:#F39911;
}
/*首页内容*/
#content{
width:960px;
height:720px;
z-index:0;
position:relative;
left:0px;
top:0px;
}
/*首页底部*/
#foot{
width:960px;
height:40px;
border-top:solid #cccccc 2px;
font-size:10px;
color:#999999;
}
.span_color{
color:#F39911;
}