/* common */

.infopic{width: 1200px;height: 300px;position:relative;margin:15px auto;overflow:hidden;max-width: 100%;}
.piclist{height: 300px;position:absolute;top:0;left:0;}
.piclist li{width: 380px !important;height: 300px;margin-right: 30px;float:left;overflow:hidden;position:relative;}
.piclist li img{height: 300px;width: 100%;}

.pic_prev{ width:35px; height:35px; background:url(../img/left.png) no-repeat; position:absolute; top:75px; cursor:pointer;}
.pic_next{ width:35px; height:35px; background:url(../img/right.png) no-repeat; position:absolute; top:75px; cursor:pointer;}
.pic_prev:hover{background:url(../img/lefth.png);}
.pic_next:hover{background:url(../img/righth.png);}
.pic_prev{background-position:0 0;left: -55px;top: 195px;position:absolute;}
.pic_next{background-position:0 0px;right: -55px;top: 195px;position:absolute;z-index:999;}
.picbox{overflow:hidden;}