﻿
/* 效果CSS开始 */
.mod18{width:850px;position:relative;margin:0 auto;}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:20px;background:url(../img/zjt.png) no-repeat center; background-size: contain;}
.mod18 #prevTop,.mod18 #nextTop{top: 130px;width:48px;height:48px; display: none;}
.mod18 #prev,.mod18 #next{top:525px;width:48px;height:48px; right: 40px;}
.mod18 #prevTop{background:url(../img/zj01.png) 0 0 no-repeat; background-size: contain;}
.mod18 #prevTop:hover{
	background:url(../img/zj01.png) 0 0 no-repeat;
	background-size: contain;
}
.mod18 #nextTop{background:url(../img/zj01.png) 0 0 no-repeat; -webkit-transform: rotate(180deg); right: 20px; background-size: contain;}
.mod18 #nextTop:hover{
	background:url(../img/zj01.png) 0 0 no-repeat;
	background-size: contain;
}
.mod18 .next{right:0px;background:url(../img/zjt.png) no-repeat center; background-size: contain; -webkit-transform: rotate(180deg);}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;color:#fff;}

.mod18 .picBox{width:850px; height:490px; position:relative;overflow:hidden; }
.mod18 .picBox ul{height:490px;position:absolute; left:0;}
.mod18 .picBox li{width:850px;height:490px; text-align: center;}
.mod18 .picBox li span{ height:100%; display:inline-block; vertical-align:middle}
.mod18 .picBox li img{ max-height:100%;width:100%; vertical-align:middle;}
.mod18 .listBox{width:850px;height:93px;margin:0 auto;position:relative; overflow:hidden; margin-top: 15px;}
.mod18 .listBox ul{height:80px;position:absolute;}
.mod18 .listBox li{width:158px;height:93px;cursor:pointer;position:relative; border:1px solid #ddd; text-align: center; margin-right:12px; }
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:158px;height:93px;}
.mod18 .listBox .on{border:1px solid #1072b0;}
.mod18 .listBox .on i{display:block;}
.mod18 .listBox li span{height:100%; display:inline-block; vertical-align:middle}
.mod18 .listBox li img{height:100%; width:100%; vertical-align:middle;}