.bottom {
    background:#222;
    width: 100%;
}

.sbox {
    width:900px;
    margin: 0 auto;
    padding: 40px 0 30px;
}

.num:after {
    clear: both;
    content:".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.num li {
    float:left;
    margin-right: 35px;
    font-size: 13px;
}

.num li p {
}

p.word1 {
    position:relative;
    padding-left:30px;
    color:#c4c4c4;
}

p.word1:before {
    content:"";
    position:absolute;
    background:url(/images/pc/mail.png) center left no-repeat;
    width:17px;
    height:15px;
    left: 0px;
    top: 5px;
}

p.word2 {
    position:relative;
    padding-left:30px;
    margin-top:20px;
    color:#c4c4c4;
}

p.word2:before {
    content:"";
    position:absolute;
    background:url(/images/pc/phone.png) center left no-repeat;
    width:18px;
    height:18px;
    left: 0px;
    top: 2px;
}

p.word3 {
    margin-bottom:20px;
    color:#c4c4c4;
}

p.word3 a {
    color:#c4c4c4;
}

.num li img {
    display: block;
    margin: 0 auto;
}

p.p3 {
    margin-top:5px;
    color:#fff;
}