.footer{
    width: 100%;
    height: 320px;
    background: #333333;
}

.footer .footleft{
    margin: 0 auto;
    width: 80%;
    /* border: 1px red solid; */
height: 280px;

    
}
.footer .footleft ul{
    width: 60%;
    float: left;
    margin-top: 20px;
    border-right: 1px rgb(91, 84, 84) solid;
}
.footer .footleft ul li{
    /* border: 1px red solid; */
    text-align: right;
    /* border-right: 1px rgb(215, 30, 30) solid; */
    width: 18%;
    height: 180px;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    line-height: 30px;
}
.footer .footleft ul li h4{
    color: #fff;
}
.footer .footleft ul li a{
    /* border: 1px red solid; */
    /* margin-right: 8px; */
    /* text-align: left; */
    font-size: 16px;
    text-decoration: none;
    color: #c2bcbc;
}
.footer .footleft .footright{
    margin-left: 20px;
    float: left;
    width: 13%;
    /* border: 1px red solid; */
}
.footer .footleft .footright img{
    width: 100%;
    height: 100%;
}
.footer #icp {
    width: 100%;
    height: 30px;
    /* background-color: #f5f5f5; */
    font-size: 15px;
    color: aliceblue;
    line-height: 30px;
    text-align: center;
  }
  .footer #icp a {
    color: #666;
    text-decoration: none;
  }
  .footer #icp img{
    vertical-align: middle;
  }
