@CHARSET "UTF-8";
/* ps_box */
.ps_box {
	
}

.pics_switch {
	position: relative;
	width: 1920px;
	margin: auto;
	height: 500px;
	background: #fff;
	overflow: hidden;
}

.pics_switch .pb {
	
}

.pics_switch .pic_box { /*position:absolute;left:0;top:0;*/
	float: left;
	width: 1920px;
	overflow: hidden;
}

.pics_switch .pic_box a {
	margin: auto;
	display: block;
	width: 1920px;
	height: 500px;
}

/* Previous / nexe*/
.viewArrows {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	text-indent: -99999999px;
	position: absolute;
	top: 269px;
}

.prev {
	left: 200px;
	background: url(../images/banner/prev.png) center center no-repeat;
}

.next {
	right: 200px;
	background: url(../images/banner/next.png) center center no-repeat;
}

.pics_switch .pic_box a.pic_banner_001 {
	background: url(../images/banner/1.jpg) center top no-repeat;
}

.pics_switch .pic_box a.pic_banner_002 {
	background: url(../images/banner/2.jpg) center top no-repeat;
}

.pics_switch .pic_box a.pic_banner_003 {
	background: url(../images/banner/3.jpg) center top no-repeat;
}


.ps_box .pics_switch_clients {
	display: ;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.ps_box .pics_switch_clients ul {
	margin:0 auto;
	width: 200px;
	height: auto;
	overflow: hidden;
}

.ps_box .pics_switch_clients ul li {
	float: left;
	padding: 20px 0;
	cursor: pointer;
	list-style:none;
}

.ps_box .pics_switch_clients ul li span {
	display: block;
	margin-right: 5px;
	width: 50px;
	height: 5px;
	text-indent: -999999px;
	background: #3366ff;
}