/* CSS Document */
#banner{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	}
.owl-carousel{
	width:100%;
	height:100%;
	position:relative;
	}
.owl-wrapper-outer, .owl-wrapper, .owl-item{
	width:100%;
	height:100%;
	position:relative;
	float:left;
	}	
.item{
	width:100%;
	height:100%;
	position:relative;
	}	
.item1{
	background:url(../images/ban1.jpg) center no-repeat;
	background-size:cover;
	}	
.item2{
	background:url(../images/ban2.jpg) center no-repeat;
	background-size:cover;
	}	
.item3{
	background:url(../images/ban3.jpg) center no-repeat;
	background-size:cover;
	}	
.item4{
	background:url(../images/ban4.jpg) center no-repeat;
	background-size:cover;
	}	
.item5{
	background:url(../images/ban5.jpg) center no-repeat;
	background-size:cover;
	}	
.item6{
	background:url(../images/ban6.jpg) center no-repeat;
	background-size:cover;
	}	
.owl-buttons{
	display:none;
	}	
.owl-pagination{
	width:100%;
	height:25px;
	position:absolute;
	left:0%;
	bottom:110px;
	text-align:center;
	}	
.owl-page{
	display: inline-block;
	margin:2px 5px;
	position:relative;
	border-radius:50%;
	border:1px solid #fff;
	width:20px;
	height:20px;
	
	}
.active{
	background:#00f6ff;
	border:1px solid #00f6ff;
	}	
		
.about{
	width:460px;
	height:250px;
	position:absolute;
	top:50%;
	margin-top:-125px;
	left:110px;
	color:#fff;
	}	
.tit{
	font-size:40px;
	height:50px;
	line-height:50px;
	font-family:"华文楷体";
	margin-bottom:10px;
	}	
.txt{
	width:100%;
	position:relative;
	height:190px;
	font-size:24px;
	font-family:"幼圆";
	line-height:36px;
	}	

.aboutlist{
	width:100%;
	position: fixed;
	left:0;
	bottom:0;
	height:60px;
	background:url(../images/bg1.png);
	}
.aboutlist ul{
	width:750px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	}
.aboutlist ul li{
	width:100px;
	padding-left:45px;
	float:left;
	position:relative;
	height:60px;
	line-height:60px;
	font-size:24px;
	font-family:"幼圆";
	}
.ab1{
	background:url(../images/icon4.png)left center no-repeat;
	}
.ab2{
	background:url(../images/icon5.png)left center no-repeat;
	margin:0 157px;
	}
.ab3{
	background:url(../images/icon6.png)left center no-repeat;
	}
.aboutlist ul li a{
	color:#fff;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	