@charset "utf-8";
/*底部导航*/
.slideControl{
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	position: fixed;

	height:62px;
	background:url(../img/dht.png)
}
.slideControl ul.pagination{
	width: 480px;
	margin-left:40%;
}
.slideControl ul.pagination li a{

	height: 62px;
	float: left;
	color: #fff;
	line-height: 62px;
	text-align: left;
	
	font-size: 14px;
	display: inline-block;
	font-weight:bold;
	}
.slideControl ul.pagination li a em{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 3px;
	background-size: 100% 100%;}
.slideControl ul.pagination li:nth-of-type(1) a em{
	background: url(../img/footer.png) scroll no-repeat 0px -10px;}
.slideControl ul.pagination li:nth-of-type(2) a em{
	background: url(../img/footer.png) scroll no-repeat 0px -47px;}
.slideControl ul.pagination li:nth-of-type(3) a em{
	background: url(../img/footer.png) scroll no-repeat 0px -87px;}
.slideControl ul.pagination li:nth-of-type(4) a em{
	background: url(../img/footer.png) scroll no-repeat 0px -125px;}
.slideControl ul.pagination li:nth-of-type(5) a em{
	background: url(../img/footer.png) scroll no-repeat 0px -162px;}
.slideControl ul.pagination li.current a{ 
	color:#99cc33;
	/*border-bottom:2px solid #99cc33;*/
	border-bottom-color: #99cc33;
	
}
div.slideControl ul.pagination li:nth-of-type(1).current a em{
	background: url(../img/footer.png) scroll no-repeat -20px -10px;}
div.slideControl ul.pagination li:nth-of-type(2).current a em{
	background: url(../img/footer.png) scroll no-repeat -20px -47px;}
div.slideControl ul.pagination li:nth-of-type(3).current a em{
	background: url(../img/footer.png) scroll no-repeat -20px -87px;}
div.slideControl ul.pagination li:nth-of-type(4).current a em{
	background: url(../img/footer.png) scroll no-repeat -20px -125px;}
div.slideControl ul.pagination li:nth-of-type(5).current a em{
	background: url(../img/footer.png) scroll no-repeat -20px -162px;}
/*左右箭头*/
.prev,.next{
	top: 0px;
	width: 4%;
	height: 100%;
	position: fixed;
	display: block;
	z-index: 99;}
.prev{
	left: 0px;
	background: url(../img/arrow_l.png) no-repeat center center;}
.prev:hover{
	background: url(../img/arrow_l_hover.png) rgba(0,0,0,.1) no-repeat center center;}
.next{
	right: 0px;
	background: url(../img/arrow_r.png) no-repeat center center;}
.next:hover{
	background: url(../img/arrow_r_hover.png) rgba(0,0,0,.1) no-repeat center center;}
	
/*限制字符长度第五页的*/
.xianshixianzhi1{
	width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.xianshixianzhi2{
	width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
#module2,,#module3,#module4,#module5{
	display: none;}