body,html{
    overflow-x: hidden;
}
.banner{
    width: 100%;
    height: 400px;
}
.contents{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.adress{
    font-size: 14px;
    color: #666666;
    text-align: right;
    padding-top: 29px;
    padding-bottom: 29px;
}
.mainCoop{
    width: 1000px;
    height: 180px;
    margin: 20px auto;
}
.mainCoop li{
    float: left;
}
.listCoop{
    width: 1202px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 99px;
}
.listCoop li{
    width: 296px;
    height: 60px;
    background: #f2f3f7;
    float: left;
    margin-left: 4px;
    margin-top: 5px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    line-height: 60px;
}
.listCoop li:nth-child(1),.listCoop li:nth-child(2),.listCoop li:nth-child(3),.listCoop li:nth-child(4),{
    margin-top: 0;
}
.listCoop li:nth-child(1),.listCoop li:nth-child(5),.listCoop li:nth-child(9),.listCoop li:nth-child(13),.listCoop li:nth-child(17),{
    margin-left: 0;
}