/* Banner */
.banner
{
    height: 640px;
    background: url(/website/web/img/index/banner-bg.png) center 0 no-repeat;
    background-size: cover;
}

.banner-content
{
    width: 600px;
    padding-top: 240px;
}

.banner-title
{
    font-size: 48px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 6px;
}

.banner-text
{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

/* Stat */
.stat
{
    padding: 35px 0;
}

.stat-item
{
    display: inline-block;
    width: 295px;
    height: 100px;
    text-align: center;
}

.stat-count
{
    font-size: 32px;
    font-weight: 500;
    color: #007AFF;
    margin: 15px 0 4px 0;
}

.stat-text
{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 4px;
    color: #212121;
}

/* Product */
.product
{
    padding: 60px 0 80px 0;
    background: url(/website/web/img/index/product-bg.png) center 0 no-repeat;
    background-size: cover;
}

.product-head
{
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
}

.product-item
{
    display: inline-block;
    width: 550px;
    height: 448px;
    margin: 0 20px;
    background: url(/website/web/img/index/product-item-bg.svg) center 0 no-repeat;
    background-size: cover;
}

.product-item:hover
{
    background: url(/website/web/img/index/product-item-hover-bg.svg) center 0 no-repeat;
    background-size: cover;
}

.product-item:hover *
{
    color: white;
    border-color: white;
}

.product-item .primary
{
    color: white !important;
    background: #007aff !important;
}

.product-item:hover .primary
{
    color: #007aff !important;
    background: white !important;
}

.product-title
{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 8px 0;
}

.product-text
{
    text-align: center;
    color: #999999;
}

.product-button-group
{
    text-align: center;
    margin: 16px auto 24px;
}

.product-button
{
    display: inline-block;
    width: 96px;
    height: 32px;
    color: #007aff;
    cursor: pointer;
    line-height: 32px;
    text-align: center;
    margin: 0 9px;
    border: 1px solid #007aff;
    border-radius: 4px;
}

.product-picture
{
    width: 474px;
    height: 244px;
    margin: 0 auto;

}

/* Customer */
.customer
{
    padding: 60px 0 100px 0;
    background: url(/website/web/img/index/customer-bg.png) center 0 no-repeat;
    background-size: cover;
}

.customer-head
{
    font-size: 32px;
    margin-bottom: 60px;
    text-align: center;
}

.customer-item
{
    width: 166px;
    height: 80px;
    margin: 8px 10px;
}