@charset "UTF-8";
/*
*	Create by xjs 20160926
*
*/
.pic-scroll{
	width:600px;
	height:420px;
	position:relative;
	}
.pic-scroll .pic{
	position:relative;
	width:600px;
	height:420px;
	overflow:hidden;	
	}
.pic-scroll .pic ul li{
	width:600px;
	height:420px;
	list-style-type:none;
	position:absolute;
	left:-100%;
	top:0px;
	}
.pic-scroll .pic ul li img{
	width:600px;
	height:420px;
	}
/* .scroll-left{
	width:30px;
	height:75px;
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-35px;
	background:url("images/l.png");
	cursor:pointer;
	display:none;
	}
 .scroll-right{
	width:30px;
	height:75px;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-35px;
	background:url("images/r.png");
	
	cursor:pointer;
	display:none;
	}*/
 .scroll-nav ul{
	height:22px;
	float:right;
	position:absolute;
	left:50%;
	bottom:30px;
	}
 .scroll-nav ul li{
	width:8px;
	height:8px;
	float:left;
	margin-right:5px;
	margin-left:5px;
	background:#ffffff;
	cursor:pointer;
	border-radius: 50%;
	-webkit-webkit-border-radius: 50%;
	-moz-webkit-border-radius: 50%;
	-ms-webkit-border-radius: 50%;
	-o-webkit-border-radius: 50%;
	webkit-border-radius: 50%;
	}                 
.scroll-nav .scroll-bg{
	background:#5089d0;
	}


