.footer-container{
    width: 100%;
    /*height: 444px;*/
    background: #FBFBFB;
    padding-top: 70px;
    /*box-sizing: border-box;*/
}
.footer {
    width: 1100px;
    margin: auto;
    color: #6E6E6E;
    position: relative;
}
.footer .top{
    padding-bottom: 60px;
}
.product,.logo{
    width: 22%;
}
.qualification,.contact{
    width: 28%;
}
.product .left-top{
    font-size: 18px;
    margin-bottom: 25px;
    color: #192742;
}
.product  ol{
    margin-right: 20px;
}
.product ol li{
    height: 60px;
    line-height: 60px;
}
.qualification ol li{
    line-height: 24px;
    padding: 24px;
}
.qualification  li .float{
    margin-right: 10px;
}
.qualification  li .float img{
    margin-top: 5px;
}
.qualification .img-istt{
    margin-top: 12px;
}


.contact ol li{
    line-height: 24px;
    padding: 24px;
}
.contact  ol .center-li{
    padding: 15px 24px;
}
.contact  li .float{
    margin-right: 10px;
}
.contact  li .float img{
    margin-top: 5px;
}
.contact .phone{
    color: #192742;
    font-size: 20px;
}
.contact  .code-img{
    margin-right: 10px;
}
.contact  .code-txt{
    padding-top: 10px;
}

.footer .logo{
    padding: 100px 0;
}
.footer .logo img {
    width: 184px;
    height: 45px;
}


.footer .line {
    height: 1px;
    background: #424242;
    width: 100%;
    /*position: absolute;*/
    /*bottom: 90px;*/
}
.footer .footer-bottom {
    height: 90px;
    line-height: 90px;
    /*position: absolute;*/
    /*bottom: 0;*/
    margin: 20px auto;
}
.footer-bottom li{
    margin-right: 20px;
}
.footer-bottom li:last-child {
    margin-right: 0;
}
.footer .footer-bottom a{
    color: #999999;
}
.footer .footer-bottom a:hover{
    color: #999999;
}

