.section-backrgound{
		min-width: 1200px;
		height: 600px;
		
		margin-top: 10px;
		position: relative;
	}
	.section{
		width: 1000px;
		background-color: #8cc63e;
		margin-left: 10%;
		margin-top: 10px;
		border-radius: 5px;
	}
	.section  h1{
		margin-top: 10px;
		margin-left: 20px;
		color: #fff;
	}
	.section  p{
		padding: 10px 20px;
		line-height: 20px;
		color: #fff;
	}
	#ul 
   {
   	  left:48%;
   	  bottom: 10px;
   	  z-index: 999;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     float:left;
     background-color: #fff;
     margin-left: 3px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#8cc63e;
   }

  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	
   }
   .sliderimage:first-child{
   	opacity: 1;
   }