@CHARSET "UTF-8";
/* CSS Document */
body{
	margin: 0;
}
.container,.container * {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
.dynews{
	width:400px;
	height: 90px;
	position: absolute;
	margin: 340px  0 0 690px;
	background-image: url("../images/graybg.png");
}
.dynew01{
	width: 75px;
	height: 20px;
	background-color: #33acff;
	color: white;
	text-align: center;
	line-height: 20px;
	margin: 10px 0 0  10px;
	font-size: 12px;
	font-family: "微软雅黑";
}
.dynew02{
	width: 400px;
	height:auto;
	line-height: 20px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px;
	color:#3d3d3d;
}
.dynew02 a{
	color: #3d3d3d;
	text-decoration: none;
}
.dynew02 a:hover{
	color: #f3f3f3;
	text-decoration: underline;
}
.dynew02 td{
	line-height: 25px;
}
.container {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.slider {
	position: absolute;
}

.slider li {
	list-style: none;
	display: inline;
}

.slider img {
	height: 400px;
	display: block;
}

.slider2 {
	width: 15000px;
}

.slider2 li {
	float: left;
}

.num {
	position: relative;
	margin: 0 auto;
	top:22px;
}
.num li{
	float: left;
}
.num li span{
	float: left;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
 background-image: url(../images/bei.png); 
  background-repeat: no-repeat;
  margin-left: 10px;
  list-style: none;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

.num li .on {
	width: 24px;
	height: 24px;
	border: 0;
 	background-image: url(../images/lan.png);
	background-repeat: no-repeat;
	position:relative;
	top:-3px;
}
.num a{
	line-height: 40px;
	display: block;
}
.num a:hover{
	color: #2F79BA;
}
