/* CSS Document */
.img{ 
      background:url(images/index_09.gif);
	  width:56px;
	  height:83px;
}
/*----------全局*/
*{
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif,"宋体";
}
body{
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
ul{
	list-style:none;
}
img{
	border:0px;
}
a
{
	font-size:10pt;
	color:#333333;
}
a:hover{
	color:#FF3300;
	text-decoration:none;
}

.cbody{
	width:959px;
	text-align:center;
	margin:0;
}
.margintop{
	margin-top:10px;
}
.floatclear{
	clear:both;
}
input,select{
	vertical-align:middle;
}
/*-----------头部*/
.center
{
	text-align:center;
}
.top{
    width:890px;
	height:15px;
	overflow:hidden;
}
.toplink
{
	font-size:12px;
	float:right;
	margin-top:1px;
	margin-left:20px;
	width:180px;
	
}
.toplink ul li{
	width:60px;
	float:right;
	height:15px;
	line-height:12px;
	text-align:right;
}
.toplink ul li a{
	float:left;
	font-size:12px;
	color:#000000;
}
.toplogo{
	width:890px;
	height:179px;
	overflow:hidden;
	background:url(../images/index_01.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left:auto;
}
.topl0{
	width:890px;
	text-align:center;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-left:auto;
}
/*----------导航菜单*/
.topl{
	width:890px;
	overflow:hidden;
	margin:0 auto;
}
.topmenu
{
	width:890px;
	height:40px;
	background:url(../images/top.gif) left top repeat-x;
	overflow:hidden;
}
.topmenu ul{
	width:890px;
	height:40px;
	text-align:center;
	background:url(../images/top.gif) top center no-repeat;
	margin-left:30px;

}
.topmenu ul li{
	float:left;
	width:89px;
	margin-left:-2.7px;
	background:url(../images/top.gif) center bottom no-repeat;
}
.topmenu ul li a{
	float:left;
	font-size:12px;
	color:#FFFFFF;
	display:block;
	padding-right:10px;
	padding-left:0px;
	text-decoration:none;
	height:40px;
	line-height:40px;
}
.topmenu ul li a:hover{
	color:#FFFF99;
	background:url(../images/top.gif) center bottom no-repeat;
}
.topmenu ul li a.thisclass{
	color:#FFFF99;
	background:url(../images/top.gif) center bottom no-repeat;
}
/*----------内容*/
.main{
	clear:both;
}
.mattertop{
	margin-top:7px;
}