/*****我们的产品start*****/
.product-box
{
    background-color: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-active
{
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
    border-top: 15px solid #30b3dd;
    border-bottom: 15px solid #44c585;
    background: #44c585 url(../Images/home_11.png) repeat-x;
}

    .product-active a
    {
        color: #ffffff;
    }

.product-normal
{
    padding-top: 20px;
    background-color: #ffffff;
    text-align: center;
    border-left: 1px solid #f3f3f3;
    border-top: 15px solid #f3f3f3;
    border-bottom: 15px solid #f3f3f3;
}

    .product-normal a
    {
        color: #000000;
    }

.product-name
{
    letter-spacing: 2px;
}

.product-recommend
{
    font-size: 14px;
}

.product-list
{
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

    .product-list li a
    {
        line-height: 40px;
    }

.product-active a.product-know
{
    margin: 30px auto 40px auto;
    display: block;
    width: 60%;
    border: 1px solid #ffffff;
    border-radius: 50px;
    line-height: 25px;
}

.product-normal a.product-know
{
    color: #3db6f8;
    margin: 30px auto 40px auto;
    display: block;
    width: 60%;
    border: 1px solid #3db6f8;
    border-radius: 50px;
    line-height: 25px;
}

.product-separated
{
    padding-right: 0px;
    padding-left: 0px;
}
/*****我们的产品end*****/
