/* CSS Document */

body,td,th {
	font-family: 微软雅黑;
	font-size: 12px;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: 微软雅黑;
	font-size: 12px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #A50101;
}
a:active {
	text-decoration: none;
	color: #A50101;
}

.inBan{ width:1020; height:250px; overflow:hidden; position:relative; z-index:2;}
.inBan li{ position:absolute; left:0px; top:0px; z-index:2; text-align:center; width:100%; height:250px; display:none;}


/* 控制大图底下的几个小切换图片及颜色 */
.control{  width:970px;top:240px; z-index:2; height:10px; text-align:center; position:relative;  margin:0 auto}
.control span{ width:46px; height:6px;margin:0 3px; display:inline-block;cursor:pointer; background:#bdbdbd; overflow:hidden;}
.control span img{ background:#9d1a16}
.cpcur{ background:#9d1a16 !important;} 