/*½Ή΅γΝΌ*/
.mod18{width:1200px; height:auto; margin:20px auto; position:relative; background:#f4f4f4; border-radius:5px; padding: 20px;}
.mod18 .newsbtn{position:absolute;width:15px; height:70px; top:595px; cursor:pointer; z-index:99;}

.prev{left:20px; width:15px; height: 70px; background:url(../images/prevBtn.png) no-repeat;}
.next{right:20px; width: 15px; height: 70px;  background:url(../images/nextBtn.png) no-repeat;}
.prevTop{left:30px;}
.nextTop{right:30px;}
.prev:hover{background:url(../images/prevBtn2.png) no-repeat;}
.next:hover{background:url(../images/nextBtn2.png) no-repeat;}

#prevTop, #nextTop{top:230px;width:37px;height:69px;}
#prevTop{background:url(../images/prevBtnTop.png) 0 -1px no-repeat;}
#nextTop{background:url(../images/nextBtnTop.png) 0 -1px no-repeat;}
#prevTop:hover{background:url(../images/prevBtnTop2.png) 0 -1px no-repeat;}
#nextTop:hover{background:url(../images/nextBtnTop2.png) 0 -1px no-repeat;}

.mod18 li{float:left;}
.cf li{position:relative;color:#fff;}

.picBox{height:500px; width:1000px; position:relative; overflow:hidden; margin:0 auto;}
.picBox ul{height:500px; line-height: 500px;  width:800px; position:absolute; overflow: hidden;}
.picBox li{height:500px; width:1000px; overflow:hidden; display:table-cell; text-align:center; vertical-align: middle;}
.picBox li img{max-height:100%; overflow:hidden; }

.listBox {width:1100px;height:100px; margin:0 auto;position:relative;overflow:hidden;}
.listBox ul{height:100px;position:absolute;}
.listBox li{max-width:100%;height:100px;cursor:pointer;position:relative; margin-right:10px;}
.listBox li i{display:none;}
.listBox li a{display:block;width:124px;height:100px;}
.listBox li img{max-width:100%; height:100px;}
.listBox .on img{max-width:100%; height:100px;border:2px solid #c13838; align-content: center;}
.listBox .on i{display:block;}