@charset "UTF-8";








footer{
    position: relative;
    width: 100%;
    padding: 30px 0;
    background-color: #f7f7f7;
}
footer > div{
    width: 85.9%;
    margin: auto;
}
footer > div h2{
    margin-bottom: 30px;
    text-align:center;
}
footer > div .bottom{
    overflow: hidden;
    color: #333;
    font-size: 14px;
}
footer > div .bottom .left{
    float: left;
}
footer > div .bottom .left p:nth-of-type(1){
    margin-bottom: 15px;
}
footer > div .bottom .right{
    float: right;
    line-height: 50px;
}
footer > div .bottom .right div i{
    display: inline-block;
    width: 26px;
    height: 24px;
    margin-right: 15px;
}
footer > div .bottom .right div{
    display: inline-block;
    margin-left:90px ;
}
footer > div .bottom .right div i,
footer > div .bottom .right div span{
    vertical-align: middle;
}
footer > div .bottom .right div:nth-of-type(1) i{
    background: url("../img/qq.png") no-repeat center;
}
footer > div .bottom .right div:nth-of-type(2) i{
    background: url("../img/tel.png") no-repeat center;
}
footer > div .bottom .right div:nth-of-type(3) i{
    background: url("../img/phone.png") no-repeat center;
}
footer > div .bottom .right div:nth-of-type(4) i{
    background: url("../img/add.png") no-repeat center;
}










