/*footer start*/
.home-footer{
    width: 100%;
    height: 285px;
    background: #4d4d4d;
}
.home-footer-main{
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}
.home-footer-main dl{
    width: 120px;
    float: left;
    color: #fff;
    margin-left: 55px;
}
.home-footer-main dl dd{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.home-footer-main dl dd i{
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url("../images/spriteIcon.png") no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.home-footer-main dl dd i.noviceIcon{
    width: 23px;
    background-position: 2px -187px;
}
.home-footer-main dl dd i.supplierIcon{
    background-position: -21px -187px;
}
.home-footer-main dl dd i.buyersIcon{
    background-position: -46px -187px;
}
.home-footer-main dl dd i.serviceIcon{
    background-position: -74px -187px;
}
.home-footer-main dl dd i.mapIcon{
    background-position: -81px -421px;
}
.home-footer-main dl dt{
    font-size: 12px;
    line-height: 25px;
    margin-left: 28px;
}
.home-footer-main dl dt a{
    color: #fff;
    clear: both;
    display: inline-block;
    font-size: 14px;
}
.home-footer-main dl dt a:hover{
    text-decoration: underline;
}
.footer-qrCode{
    float: right;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    margin-right: 30px;
}
.footer-qrCode span{
    display: inline-block;
    margin-left: 40px;
    color: #fff;
}
.footer-qrCode img{
    display: block;
}
.footer-link{
    width: 1200px;
    margin: 20px auto;
    text-align: center;
    font-size: 12px;
}
.footer-link p{
    line-height: 20px;
    margin: 10px 0;
}
.footer-link p a{
    color: #333;
    display: inline-block;
}
.footer-link p:nth-child(2),
.footer-link p:nth-child(3){
    color: #666;
}
/*footer end*/