﻿/*动画处*/

.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; 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:#e80014; 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);
}
