
#slider{
	width:100%;
	height: 650px;
	position: relative;
	margin: auto;
	border-radius: 5px;
	overflow: hidden;
}
   #ul 
   {
   	  width: 100%;
   	  text-align: center;
   	  bottom: 1px;
   	  z-index: 2;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     display: inline-block;
     background-color: #00a3e0;
     margin-left: 3px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#fff;
   }

  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   
  
#main{
	width: 1200px;
	min-height: 200px;
	margin: 50px auto;
	text-align: left;
	overflow: hidden;
}
#main img {
    width: 600px;
    height: 400px;
    float: left;
    margin: 10px;
}
#main h1 {
    color: #05131d;
    margin-top: 20px;
    font-size: 20px;
}
#main p {
    font-size: 14px;
    color: #615b58;
    line-height: 26px;
    padding: 5px;
}
#baner{
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	margin: 100px auto;
}
.baner{
	width: 1200px;
	margin: auto;
	height: 500px;
	position: relative;
}
.baner-ul{
	width: 400px;
	height: 460px;
	top: 20px;
	left: 5%;
	position: absolute;
	background-color: rgba(0,0,0, 0.7);
}
.baner-ul h2{
	color: #fff;
	padding: 20px;
	font-size: 18px;
}
.baner-ul ul{
	list-style: none;
	margin-left: 10px;
}
.baner-ul ul li{
	color: #fff;
	width: 300px;
	padding: 10px 30px;
	font-size: 16px;
	background-image: url('/img/icons/2705.png');
	background-repeat: no-repeat;
	background-position-y: 14px;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
	cursor: pointer;
	-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
}
.baner-ul ul li:hover{
	background-image: url('/img/icons/2706.png');
}
#team{
    width: 1100px;
    margin: auto;
    z-index: 9;
    border-radius: 5px;
    overflow: hidden;
}
.team{
	overflow: hidden;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.team img {
    width: 400px;
    height: 350px;
    float: left;
    margin: 10px;
}
.team h1 {
    color: #0096da;
    margin-top: 20px;
    font-size: 20px;
}

.team p {
    font-size: 14px;
    color: #615b58;
    line-height: 26px;
    padding: 5px;
    
}