@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: absolute;
	margin: 0 auto;
	bottom: 10px;
}
.num li {
	float: left;
  width: 39px;
  height: 39px;
  cursor: pointer;
  overflow: hidden;
  margin-left: 10px;
  list-style: none;
}
.num li span{
	float:left;
	width:39px;
	height:39px;
	background:url("../images/liDot.png");
	background-size:100% 100%;
}

.num li span.on {
	width: 39px;
	height: 39px;
	background:url("../images/activeDot.png");
}
.num a{
	line-height: 40px;
	display: block;
}
.num a:hover{
	color: #2F79BA;
}
