.banner{
	width: 100%;
	height: 100%;
	position: relative;
}
.banimg{
	width: 100%;
	height: 360px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
}
.banimg li{
	width: 100%;
list-style: none;
	height: 360px;
}
.banimg li img{
	width: 100%;
	height: 360px;
	cursor:pointer;
}
.baninf{
	width: 100%;
	
	height: 40px;
	z-index: 222;
background:url(../img/tiblebg.png);
	position: absolute;
	top: 320px;
	
}
.baninf a:link {color: #ffffff}
.baninf a:visited {color: #fff}
.baninf a:hover {color:  #1379d8}
.baninf a:active {color: #fff}

.baninf>div{
	float: left;
}
.baninf_title{
	width: 520px;
	
	height: 20px;
	margin-left: 17px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
}
.baninf_title li{
	float: left;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	list-style: none;
}

.baninf_title li a {
text-decoration: none;

}
.baninf_dot{
	width: 80px;
	height: 9px;
	margin-left: 15px;
	margin-top: 15px;
}
.baninf_dot li{
	display: block;
	width: 9px;
	height: 9px;
	float: left;
	margin-right: 6px;
	cursor: pointer;
	background: url(../img/banner1_dot.png);
	background-repeat: no-repeat;
}
.baninf_ondot{
	background: url(../img/banner1_ondot.png) !important;
}
.baninf_dot li:last-child{
	margin-right: 0;
}
