@charset "utf-8";
/* CSS Document */
			/*时间轴*/
			
			.sjz {
				width: 1100px;
				margin: auto;
			}
			.div_time {
				width: 1123px;
				height: 127px;
				margin: 0;
				padding: 0;
				border: 0;
				background-image: url(xxkttime-line.jpg);
				background-position: center;
				background-repeat: no-repeat;
			}
			.timeBase {
				width: 1100px;
				height: 100px;
				margin: 20px auto 0 auto;
			}
			.timeBase a:hover {
				text-decoration: none;
			}
			.time {
				color: #990000;
				font-size: 22px;
				font-family: 微软雅黑;
				width: 150px;
				height: 59px;
				padding-top: 10px;
				padding-bottom: 20px;
				float: left;
				text-align: center;
				/*阴影效果*/
			}
			.time a {
				color: #990000;
				font-size: 22px;
				text-decoration: none;
			}
			.prev {
				text-indent: -9999px;
				width: 30px;
				height: 59px;
				display: block;
				background: url(xxktfeature_left_off.gif) center center;
				float: left;
				margin-top: 44px;
			}
			.prev:hover {
				background-position: center bottom;
			}
			.next {
				text-indent: -9999px;
				width: 30px;
				height: 59px;
				display: block;
				background: url(xxktfeature_right.gif) center center;
				float: right;
				margin-top: 44px;
			}
			.next:hover {
				background-position: center bottom;
			}
			.block {
				z-index: 0;
				position: relative;
				margin: 20px 5px;
				width: 1023px;
				height: 59px;
				overflow: hidden;
				float: left;
			}
			.botton-scroll {
				width: 1023px;
				position: relative;
				height: 59px;
				/*			float: left;
				visibility: visible;
				overflow: hidden;
				
				z-index: 2;
				left: 0px;
				width: 1023px;*/
			}
			.botton-scroll ul {
				position: relative;
				list-style-type: none;
				width: 1023px;
				height: 59px;
				/*left: 0px;
				float: left;*/
				
				margin: 0px;
				padding: 0px;
				/*position: relative;*/
				
				list-style-type: none;
				z-index: 1;
			}
			.botton-scroll ul li {
				float: left;
				overflow: hidden;
				width: 146px;
				height: 89px;
			}

.botton-scroll ul li div.on{ background:url(xxkttime-selected.png) no-repeat;    color: #c62b29;}