* {
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
}
.ml-30 {
    margin-left: 30px;
}
.float-l {
    float: left;
}
.float-r {
    float: right;
}
.clearfix {
    overflow: hidden;
}
.footer {
    width: 100%;
    min-width: 1320px;
    height: 270px;
    overflow: hidden;
}
.footer .footer-top {
    width: 100%;
    height: 210px;
    background-color: #f0f0f0;
}
.footer .footer-bottom {
    width: 100%;
    height: 60px;
    color: #dcdcdc;
    font-size: 14px;
    background-color: #0066cc;
}
.footer .footer-top-container {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}
.footer .footer-bottom-container {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}
.footer .footer-top .footer-top-container {
    padding: 20px 0 10px 0;
    box-sizing: border-box;
}
.footer .footer-top .footer-top-container .container-left {

}
.footer .footer-top .footer-top-container .container-left li {
    float: left;
    margin-left: 50px;
    font-size: 0;
}
.footer .footer-top .footer-top-container .container-left li:first-child {
    margin-left: 0;
}
.footer .footer-top .footer-top-container .container-left li dl {
    width: 180px;
    height: 180px;
    margin: 0;
}
.footer .footer-top .footer-top-container .container-left li dt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #323232;
    margin-bottom: 5px;
    font-weight: normal;
}
.footer .footer-top .footer-top-container .container-left li dt i:before {
    font-size: 24px;
    color: #323232;
    margin-left: 15px;
    margin-right: 6px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.footer .footer-top .footer-top-container .container-left li dd {
    margin-left: 45px;
    font-size: 14px;
    line-height: 30px;
    color: #323232;
}
.footer .footer-top .footer-top-container .container-left li dd a{
    color: #323232;
    text-decoration: none;
    cursor: pointer;
}
.footer .footer-top .footer-top-container .container-right {
    margin-left: 94px;
}
.footer .footer-top .footer-top-container .container-right .wx-code-img {
    /*width: 142px;*/
    width: 160px;
    height: 161px;
}
.footer .footer-bottom .footer-bottom-container {
    height: 100%;
    line-height: 60px;
}