.infopic{/* width:700px; */height:200px; position:relative; overflow:hidden; margin:15px auto;}
.piclist{ height:200px; position:absolute; top:0; left:0;}
.piclist li{ height:200px; margin-right:15px; float:left; overflow:hidden;margin-left: 96px;}
.piclist li img{ height:200px;}

.pic_prev,.pic_next{ width:60px; height:57px;  position:absolute; top:69px; cursor:pointer;}
.pic_prev{ background-position:0 0;left: 0;background:url("../images/left.png") no-repeat;}
.pic_next{ background-position:0 -60px; right:0;background:url("../images/right.jpg") no-repeat;}

.infopic{width: 1277px!important;}
@media screen and (max-width: 766px){
	.infopic{
		width: 300px!important;
	}
	.piclist li {
	    margin-left: 9px!important;
	}
}