body, ul {
    margin: 0;
    padding: 0;
}
body,html{
    height: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul li {
    list-style-type: none;
}
.slides-box {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
	background:#000
}
.slides {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    float: left;
}
.slides li {
	position: absolute;
    width:  100%;
    height: 100%;
	background-image:inherit;
	

	
}
.slides li .zhezhao{ position:absolute; background-color:rgba(0,0,0,0.3); width:100%; height:100%; overflow:hidden}
.slides li .fdgg{ position:absolute; bottom:0; left:0; width:450px; padding:80px 100px;  background:rgba(0,146,63,0.8); opacity:1}
.slides li .fdgg h3{ display:block;  font-size:25px; padding-bottom:20px; color:#fff;}
.slides li .fdgg p{ font-size:16px; line-height:30px;  color:#fff;}
.slides li .fdgg span a{ display:block; border:#fff 1px solid; border-radius:10px; width:120px; line-height:35px; color:#fff; text-align:center;margin-top:30px}
.slides li .fdgg span a:hover{ background:#fff; color:#00923f}
.slides li img{
    display: block;
    width: 100%;
    margin: auto;
	

}
.prev {
    position: absolute;
	background:
    z-index: 99;
    top: 50%;
    margin-top: -100px;
    left: 20px;
    height: 150px;
    width: 150px;
    color: #fff;
    cursor: pointer;

	background:url(../images/pre.png) center no-repeat;
	display:none
}

.next {
    position: absolute;
    z-index: 99;
    top: 0px;
    margin-top: 0;
    right: 0px;
    height: 100%;
    width: 180px;
    color: #fff;
    cursor: pointer;

	background:url(../images/next1.png) center no-repeat
}
.prev:hover{
	background:url(../images/pre1.png)

}
.next:hover{
	background:url(../images/next2.png) rgba(0,146,63,0.4) center no-repeat;

}


.pagination{
	position: absolute;
	bottom: 5px;
	z-index: 99;
	
}
.pagination li{
    padding: 5px 3px;
	float: left;
}
.pagination li a{
    display: block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 12px;
    background: #fff;
	color: #fff;
    text-align: center;
    font-family: Arial;
	text-decoration: none;
}
.pagination .active{
	background: #00923f;color:  #00923f;
}
