@charset "utf-8";

.mod18Box { 
    width: 100%;
}
.mod18{ width: 100%; height: 100%; position: relative;}
.mod18 .btn{
    position: absolute;
    width: 35px;
    height: 35px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99;
    opacity: 0;
}
.mod18 .prev{
    left:10px;
    background:url(prevBtn.png) no-repeat;
    background-size: 35px;
    
}
.mod18 #prevTop,.mod18 #nextTop{top:40%;width:46px;height:48px;display: none;}
.mod18 #prevTop{background:url(prevBtn.png) 0 0 no-repeat;background-size: 40px;}
.mod18 #nextTop{background:url(nextBtn.png) 0 0 no-repeat;background-size: 40px;}
.mod18 .next{
    right: 10px;
    background: url(nextBtn.png) no-repeat;
    background-size: 35px;
    
}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;}

.mod18 .cf li span{
    display: block;
    width: 600px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 22px;
    text-align: center;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
}
.mod18 .picBox{
    height: 660px;
    position: relative;
    overflow: hidden;
    width: 600px;
    top: -50px;
    
}
.mod18 .picBox ul{position:absolute;}
.mod18 .picBox li{width:600px;height:660px;}
.mod18 .listBox{ 
    width: 90%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding: 150px 0 0px;
    overflow: hidden;
}
.mod18 .listBox h4 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding-left: 30px;
}
.mod18 .listBox ul{
    height:150px;
    height: auto;
    /*position:absolute;*/
    position: relative;
    width: 100% !important;
    left: 0 !important;
}
.mod18 .listBox li{
    width: 170px;
    height: auto;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}
.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:100%;height:auto;}
.mod18 .listBox li img{
    width: 100%;
    height: auto;
}
/*
.mod18 .listBox .on img{
    width: 148px;
    height: 148px;
    border: 1px solid #748c61;
}
*/
.mod18 .listBox .on i{display:block;}
.mod18 .picBox .cf a img {width: 600px;height: 600px;}
.mod18 .listBox li p {
    padding-top: 10px;
    margin: 0;
    font-size: 16px;
    height: 56px;
    margin: 0 auto;
}
.mod18 .listBox li.on p {color: #72895f;}

@media (max-width:1500px ) {
    .mod18 .listBox li {width: 160px;}
    .cp-box .right .canshu {height: 400px;}
}


@media (min-width:1600px ) {
    /*
    .mod18 .listBox li {
        width: 170px;
        height: auto;
    }    
    .mod18 .listBox .on img {
        width: 168px;
        height: 168px;
    }       
    .mod18 .listBox {height: 250px;padding: 140px 0 0px;}
    */

}
