#service-fore {
    width: 100%;
    height: 61px;
    padding: 26px 0;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
}
.service-main {
    width: 1200px;
    margin: 0 auto;
}
#service-fore ul li {
    width: 298px;
    float: left;
    height: 61px;
    border-right: 1px solid #EDEDED;
}
#service-fore ul li:nth-child(4) {
    border-right: 0;
}
#service-fore ul li img {
    float: left;
    margin-right: 18px;
    margin-left: 30px;
}
#service-fore ul li strong {
    font-size: 18px;
    color: #333;
    line-height: 35px;
}
#service-fore ul li p {
    font-size: 14px;
    color: #666;
}
.service-footer-top {
    width: 100%;
    height: 117px;
    background-color: #292a33;
    padding: 36px 0;
}
.service-footer-bot {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 23px;
    overflow: hidden;
}
.service-footer-top ul {
    padding: 0 49px;
    border-right: 1px solid #EDEDED;
    float: left;
}
.service-footer-top ul strong {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}
.service-footer-top ul strong a {
    color: #fff;
}
.service-footer-top ul li a {
    color: #BEBEBE;
}
.service-footer-top ul:last-child{
    border-right: 0;
}
.service-footer-top ul li {
    font-size: 14px;
    color: #bebebe;
    line-height: 30px;
}
.service-footer-top ul li .service-a {
    display: block;
    width: 102px;
    height: 35px;
    color: #fff;
    background-color: #ff6815;
    text-align: center;
    line-height: 35px;
}
.service-footer-bot ul li {
    display: inline-block;
    font-size: 14px;
    color: #484848;
    padding: 0 21px;
    line-height: 15px;
    border-right: 2px solid #767676;
}
service-footer-bot ul li a {
    color: #484848;
}
.service-footer-bot ul li:last-child {
    border: 0;
}
.service-footer-bot p {
    font-size: 14px;
    color: #484848;
    line-height: 44px;
}
