@charset "utf-8";
/* CSS Document */
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}

.picswitch{ width:100%; margin:0 auto;}
.bigimg{ width:100%; height:462px; overflow:hidden; position:relative;}
.bigimg ul li{border:1px solid #ccc; position:absolute; left:0; }
.smallimg{ width:100%; height:120px; overflow:hidden; position:relative;  padding: 14px 0; box-sizing: border-box; border: 1px solid #dcdcdc;}
.smallimg ul li{ float:left; cursor:pointer; border: 2px solid #ccc;}
.smallimg ul li.current{ border: 2px solid #275382; box-sizing: border-box;}
.smallimg .prev{ 
	position:absolute; 
	left:12px; 
	top: 50%;
	margin-top: -6px;
	display:block; 
	width:8px; 
	height:13px; 
	background:url(/statics/images/pic-arrow-l.png) no-repeat;
	}
.smallimg .next{ 
		position:absolute; 
		right:12px; 
		top: 50%;
		margin-top: -6px;
		display:block; 
		width:8px; 
		height:13px;
		background:url(/statics/images/pic-arrow-r.png) no-repeat;
		z-index: 3;
	}