﻿.producMenu {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    display: none;
    justify-content: center;
    font-size: 14px;
    height: 240px;
    line-height: 30px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .1);
}
.producMenu > div{
    display: flex;
    margin-top: 45px;
    width: 1180px;
}
.producMenu > div >div{
    height: 150px;
}
.secondMenu >div a:hover > .producMenu{
    display: flex;
    font-weight: normal;
}
.producMenu > div > div:not(:first-child) {
    border-left: 1px solid #979797;
}
.producMenu > div > div:nth-child(2){
    display: flex;
    padding: 0 40px;
}
.producMenu > div > div:nth-child(2) > div{
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 120px;
    justify-content: space-between;
    padding: 15px 0;
}
.producMenu > div > div:nth-child(2) > div:hover, .producMenu > div > div:nth-child(2) > .cur{
    border: 1px solid #e5e5e5;
}
.pl40{
    padding-left: 40px;
}
.product{
    background: #f4f4f4;
    width: 100%;
    margin-top: 132px;
    padding-top: 20px;
    padding-bottom: 60px;
}
.product > div{
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}
.product > div > div{
    margin-right: -20px;
    margin-bottom: -20px;
    overflow: auto;
}
.product .box {
    width: 280px;
    height: 300px;
    margin: 0 20px 20px 0;
    float: left;
    background: #fff;
    border-radius: 4px;
}
.product .box >img{
    width: 280px;
    height: 210px;
}
.product .box > p{
    line-height: 24px;
    margin-left: 20px;
}
.product .box > p:nth-child(2){
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.product .box > p:nth-child(3){
    color: #666;
}
.conditions p:hover, .conditions .cur{
    color: #32BD24;
    font-weight: normal;
}