﻿/*动画处*/
.xulie_none {
	margin: 0px; padding: 0px; list-style-type: none; list-style-image: none; 
}
.xulie_none li {
	margin: 0px; padding: 0px;
}

#focus {
	margin: 0px auto; padding: 0px 0px; width: 1000px; height: 240px; margin-top:12px; overflow: hidden; position: relative; z-index:0;
}
#focus ul {
	width: 1000px; height: 240px; overflow: hidden; position: absolute;
}
#focus ul li {
	background: rgb(255, 255, 255); width: 1000px; height: 240px; overflow: hidden; float: left; display: inline; position: relative;
}
#focus ul li div {
	overflow: hidden; position: absolute;
}
#focus .btn {
	padding: 5px 10px; width: 960px; height: 5px; text-align: center; bottom: 10px; position: absolute;
}
#focus .btn span {
	background:#e62129; width:30px; height: 8px; margin-left: 5px; display: inline-block; cursor: pointer; _display: inline; _zoom: 1; _font-size: 0;
}
#focus .btn span.on {
	background: rgb(255, 255, 255);
}
#focus .preNext {
	top: 70px; width: 45px; height: 100px; position: absolute; cursor: pointer; background-image: url("../swf/sprite.png"); background-repeat: no-repeat;
}
#focus .pre {
	left: 0px;
}
#focus .next {
	background-position: right top; right: 0px;
}