@charset "utf-8";
/* 懒人图库 搜集整理 www.lanrentuku.com */
*{ margin:0; padding:0; list-style:none;}
#divSmallBox{overflow:hidden;*display:inline;*zoom:1;width:10px;height:10px;margin:0 5px;border-radius:10px;background:#ffffff;}
#playBox{ width:1200px; height:362px; margin:10px auto; background:#333; position:relative; overflow:hidden;}
/*#playBox .oUlplay { width:99999px; position:absolute; left:0; top:0;}
#playBox .oUlplay li{ float:left;}
#playBox .pre{ cursor:pointer; width:45px; height:45px; background:url(../../images/l.png) no-repeat; position:absolute; top:190px; left:10px; z-index:10;}
#playBox .next{ cursor:pointer; width:45px; height:45px; background:url(../../images/r.png) no-repeat; position:absolute; top:190px; right:10px; z-index:10;}
#playBox .smalltitle {width:2300px; height:10px; position:absolute; bottom:15px; z-index:10}
#playBox .smalltitle ul{ width:120px; margin:0 auto;}
#playBox .smalltitle ul li{ width:10px; height:10px; margin:0 5px; border-radius:10px; background:#ffffff; float:left; overflow:hidden;*display:inline;*zoom:1;}
#playBox .smalltitle .thistitle{ background:#69aaec;}*/


.flexslider{
	position:relative;
	height:362px; /*这里修改banner的高度*/
	overflow:hidden;
	width: 100%;
	margin: 0 auto;
	z-index:1;
}

.slides li{
	height:362px; /*这里修改banner的高度*/
}
.flex-control-nav{
	position:absolute;
	z-index:3;
	bottom:10px;
	width:150px;
	height: 26px;
	padding-top: 10px;
	left: 50%;
	margin-left: 440px;

}
.flex-control-nav li{
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 5px;
	*display:inline;
	zoom:1;}
.flex-control-nav a{
	display:inline-block;
	width:14px;height:14px;
	line-height:40px;
	overflow:hidden;
	background:url(../../images/dot.png) right 0 no-repeat;
	cursor:pointer;}
.flex-control-nav .flex-active{
	background-position:0 0;
}


