﻿#picture
{
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-bottom: 0.5px solid #f0f2f5;
}

#picture a
{
    width: 100%;
    height: 150px;
    line-height: 0px;
    display: grid;
    vertical-align: middle;
    text-align: center;
    position: absolute;
}

#picture img
{
    max-width: 100%;
    max-height: 150px;
    display: none;
}

#number
{
    width: 100%;
    text-align: center;
    margin-top: -42px;
    position: absolute;
}

#number a
{
    font-size: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-left: 6px;
    background: url(../Content/fla/Images/02.jpg) no-repeat;
}

/*最新产品*/
.new-product
{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.new-picture
{
    width: 64%;
    margin-left: 2%;
    float: left;
}

.new-picture img
{
    width: 100%;
}

.new-picture1
{
    width: 30%;
    margin-left: 68%;
}

.new-picture1 img
{
    width: 100%;
}

/*热销产品*/
.hot-product
{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.hot-picture1
{
    width: 30%;
    margin-left: 2%;
    float: left;
}

.hot-picture1 img
{
    width: 100%;
}

.hot-picture
{
    width: 64%;
    margin-left: 34%;
}

.hot-picture img
{
    width: 100%;
}

/*菜单*/
.nav
{
    display: inline-block;
    width: 100%;
    margin: 5px 0 20px 0;
}

.nav div
{
    width: 44%;
    line-height: 0;
    margin: 12px 0 0 4%;
    float: left;
}

.nav div img
{
    width: 100%;
}
