/* 页尾 */
.footer{
    width: 100%;
    min-width: 1200px;
    background-color: #262626;
    margin-top: 32px;
}
.footerWrapper{
    width: 1200px;
    margin: 0 auto;
    
}
.footerWrapper ul{
    width: 100%;
    font-size: 16px;
    color: #CDCDCD;
    padding-top:42px;
 
    display: flex;
    flex-wrap: wrap;
}

.footerWrapper ul li {
    width: 13%;
    height: 30px;
    line-height: 30px;
    list-style: none;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.footerWrapper ul li:nth-child(7n) {
    margin-right: 0;
    width: 100px;
}
.footerWrapper ul li:nth-child(6),li:nth-child(13) {
    text-align: left;
    width: 19%;
}
.footerWrapper ul li:nth-child(13) {
    text-align: left;
    width: 19%;
}
.footerWrapper ul li a{
    color: #fff;
    font-size: 16px;
    
    text-decoration: none;
}
.tel{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tel p{
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.tel p:first-child{
   padding-top: 6px;
   font-size: 16px;
}
.tel p:last-child{
    font-size:24px;
 }
 .companyInfo{
     padding:20px 0;
     margin-top: 10px;
 }
.companyInfo p{
    color: #fff;
    height: 20px;
    line-height: 20px;
    margin: 0;
    font-size: 16px;
    text-align: center;
}