@charset "utf-8";
/* CSS Document */
#demo {
	width:960px;
	overflow:hidden;
	height:170px;
}
#indemo {
float: left;
width: 5000px;
}
#demo1 {
float: left;
}
#demo2 {
float: left;
}
li.demobox{
	width: 180px;
	float: left;
	height: auto;
	text-align: center;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
}
li.demobox a{
	line-height: 30px;
	color: #006699;
	text-decoration: none;
	display: block;
}
li.demobox a:hover{
	text-decoration: underline;
}
li.demobox img{
	width: 180px;
	height: 130px;
}
/*Ò³Ãæ¸¡¶¯*/
.floatdiv{
	position: absolute;
	height: auto;
	width: 72px;
	z-index: 20;
}
.floatdivcon{
	height: 70px;
	width: 70px;
	background-color: #cccccc;
	border: 1px solid #cccccc;
}
.floatdivcon a {
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 25px;
	width: 70px;
	padding-top: 45px;
	line-height: 25px;
	background-color: #eae9e9;
}
.floatdivcon a:hover {
	background-color:#fff;
}
a.fdivcona{
	background-image: url(../images/QQ.png);
	background-repeat: no-repeat;
	background-position: center 8px;
}
a.fdivconb{
	background-image: url(../images/fanhui.png);
	background-repeat: no-repeat;
	background-position: center 6px;
}
