img{
    width: 100%;
    height: 100%;
}
.banner{
    width: 100%;
    height: 400px;
}
.contents{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    /*padding-bottom: 101px;*/
}
.adress{
    font-size: 14px;
    color: #666666;
    text-align: right;
    padding-top: 29px;
    padding-bottom: 29px;
}
.cleanTitle{
    font-size: 36px;
    color: #333333;
    text-align: center;
    padding-top: 36px;
    padding-bottom: 61px;
}
.adress a{
    color: #666666;
}
.listBox{
    width: 1200px;
    height: auto;
}
.listBox li a{
    display: block;
    width: 100%;
    height: 100%;
}
.listBox li {
    width: 292px;
    height: 386px;
    background: #f2f3f7;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
}
.listBox li:nth-child(1),.listBox li:nth-child(2),.listBox li:nth-child(3),.listBox li:nth-child(4),{
    margin-top: 0;
}
.listBox li:nth-child(1),.listBox li:nth-child(5),.listBox li:nth-child(9),.listBox li:nth-child(13){
    margin-left: 0;
}
.listBox li a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.cover{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.listBox li:hover .cover{
    transition: all .6s;
    opacity: 1;
}
.listBox li a .cover img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.nameBox{
    width: 273px;
    height: 90px;
    /*background: pink;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 19px;
}
.nameBox span:nth-child(1){
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nameBox span:nth-child(2){
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nameBox span:nth-child(3){
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fenye .pre{
    width: 88px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #f2f3f7;
    color: #000;
    float: left;
}
.fenye{
    width: auto;
    height: 36px;
    text-align: center;
    margin: 109px auto;
    margin-left: 40%;
}
.fenye .next{
    float: left;
    line-height: 36px;
    margin-left: 9px;
    border: 1px solid #f2f3f7;
    width: 88px;
    height: 36px;
}
.num1{
    width: 36px;
    height: 36px;
    border: 1px solid #f2f3f7;
    text-align: center;
    line-height: 36px;
    float: left;
    margin-left: 9px;
}
.fenye .active{
    background: #f2f3f7;
}