<!--
/*------------------------------------------------------------------------------基本信息*/
body {
	font-family: Arial, 宋体;
	font-size: 12px;
	color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF7700;
}
a:active {
	text-decoration: none;
}

/*------------------------------------------------------------------------------页面层容器*/
#container{
	margin:0px auto;
	width:920px;
	overflow:hidden;
	background-color:#FFFFFF;
}

/*------------------------------------------------------------------------------页面头部*/
#header{
	overflow:hidden;
}
#logo{
	width:369px;
	float:left;
	overflow:hidden;
}
#menu{
	width:551px;
	float:right;
	overflow:hidden;
}
#menu_up{
	width:541px;
	height:35px;
	line-height:35px;
	text-align:right;
	float:right;
	overflow:hidden;
	padding-right:10px;
}
#menu_up span{
	color:#FF9900;
	font-weight:bold;
}
#menu_down{
	width:551px;
	height:27px;
	line-height:27px;
	float:right;
	overflow:hidden;
	text-align:left;
	background-image:url(images/menu_bg.jpg);
}
#menu_down img{
	vertical-align:middle;
	float:left;
}
/*#menu_down ul{
	margin:-3px;
	_margin:0px;
	list-style:none;
	float:left;
}
#menu_down ul li{
	float:left;
	line-height:27px;
	margin:0px 17px;
	_margin:0px 13px;
}
#menu_down ul li a:link,#menu ul li a:visited {
	color:#B6D8F4;
}
#menu_down ul li a:hover{
	color:#FFFFFF;
}*/
a.menu_list:link,a.menu_list:visited {
	margin:0px 12px;
	color:#B6D8F4;
}
a.menu_list:hover{
	margin:0px 12px;
	color:#FFFFFF;
}
#banner{
	height:215px;
	overflow:hidden;
	clear:left;
	padding:0px;
}

/*------------------------------------------------------------------------------主体*/
#pagebody{
	overflow:hidden;
}
#pagebody_left{
	overflow:hidden;
	width:224px;
	float:left;
}
#pagebody_middle{
	overflow:hidden;
	width:470px;
	float:left;
}
#pagebody_right{
	overflow:hidden;
	width:224px;
	float:left;
}

/*------------------------------------------------------------------------------box*/
.box_top{
	width:224px;
	height:30px;
	background-image:url(images/box_top.jpg);
}
.box_top_left{
	width:50%;
	line-height:30px;
	float:left;
	padding-left:20px;
	font-weight:bold;
	text-align:left;
}
.box_top_right{
	width:20%;
	line-height:30px;
	float:right;
	font-size:10px;
	text-align:left;
}
.box_top_right a:link, .box_top_right a:visited {
	color:#FF7700;
}
.box_top_right a:hover{
}
.box_main{
	background-image:url(images/box_bg.jpg);
	overflow:hidden;
}
.box_main ul{
	margin:0px;
	list-style:none;
}
.box_main ul li{
	margin:0px 10px 0px -25px;
	_margin:0px 10px 0px 10px;
	border-bottom:dotted 1px #CCCCCC;
}
.box_main ul li img{
	margin:10px 5px -2px 5px;
}
.box_down{
	height:12px;
	background:url(images/box_down.jpg) no-repeat;
}

/*------------------------------------------------------------------------------long_box*/
.long_box_top{
	width:470px;
	height:35px;
	background-image:url(images/long_title.jpg);
}
.long_box_top_left{
	width:50%;
	line-height:35px;
	float:left;
	padding-left:30px;
	font-weight:bold;
	text-align:left;
}
.long_box_top_right{
	width:10%;
	line-height:35px;
	float:right;
	font-size:10px;
	text-align:left;
}
.long_box_top_right a:link, .long_box_top_right a:visited {
	color:#FF7700;
}
.long_box_top_right a:hover{
}
.long_box_main{
	overflow:hidden;
}
.long_box_main ul{
	margin:0px;
	list-style:none;
}
.long_box_main ul li{
	margin:0px 10px 0px -30px;
	_margin:0px 10px 0px 10px;
	width:49%;
	_width:40%;
	float:left;
}
.long_box_main ul li img{
	margin:10px 5px -2px 5px;
}
.long_box_product{
	overflow:hidden;
}
.long_box_product ul{
	margin:0px;
	list-style:none;
}
.long_box_product ul li{
	margin:0px 10px 0px -30px;
	_margin:0px 10px 0px 10px;
	width:37%;
	_width:27%;
	height:140px;
	float:left;
	text-align:center;
}
.long_box_product ul li img{
	border:solid 1px #CCCCCC;
}
.long_box_down{
	height:12px;
}

/*------------------------------------------------------------------------------friends*/
#friends{
	width:920px;
	height:35px;
	clear:left;
	background:url(images/friends_bg.jpg) repeat-x;
}
#friends_left{
	width:71px;
	height:35px;
	background:url(images/friends_left.jpg) no-repeat;
	float:left;
}
#friends_right{
	width:849px;
	height:35px;
	float:right;
}

/*------------------------------------------------------------------------------footer*/
#footer{
	width:920px;
	height:30px;
	border-top:solid #999999 1px;
	border-bottom:solid #999999 1px;
	background-color:#EDEDED;
	line-height:30px;
}
/*------------------------------------------------------------------------------浮动开始*/
.float_div{
position: absolute;
border: 0px solid #6699FF;
font-size:12px;
z-index:1000;
width:138px;
height:355px;
background:url(images/qq.gif) no-repeat;
}
/*------------------------------------------------------------------------------浮动结束*/
-->

