﻿.top-banner
{
    width: 100%;
    min-width: 1200px;
    height: 300px;
    background: url(../images/service_banner.jpg) center no-repeat #edf0f3;
}
.about_con
{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.about_con_title
{
    height: 34px;
    border-bottom: 1px solid #dddddd;
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 16px;
}
.about_con_title span
{
    display: block;
    height: 18px;
    line-height: 18px;
    border-left: 4px solid #2eb395;
    padding-left: 10px;
}
.about_con_title span a
{
    color: #aaaaaa;
}
.about_con_title span a:hover
{
    color: #f15927;
}
.content-p
{
    width: 1200px;
    padding: 50px 0 10px 0;
    line-height: 30px;
}
.content-p span
{
    font-size: 24px;
    line-height: 24px;
    display: block;
    margin-bottom: 38px;
}
.content-p i
{
    padding: 0 12px;
}
.content-p b
{
    padding: 0 8px;
}
