#filter{
    padding:50px 0;
    border-bottom:1px solid #949494;
}
#filter .productList{
    margin-top:50px;
}

.filterTable{
    width:100%;
    text-align:left;
    margin-top:40px;
}
.filterTable td{
    padding-bottom:5px;
    font-size:18px;
}
.filterTable td:first-child{
    width:80px;
    font-weight:700;
    vertical-align: top;
    font-weight:700;
}
.filterTable .filterItem{
    list-style: none;
    font-size:18px;
}
.filterTable .filterItem li{
    padding-bottom:5px;
}
.filterTable .filterItem li .btn{
    font-size:16px;
    padding:3px 8px;
}

.productList{
    margin-top:30px;
    text-align:left;
}

.productList >thead >tr >th{
    font-size:18px;
    padding:10px;
    background-color:#0033cc;
    color:#fff;
}
.productList >tbody >tr >td{
    padding:10px;
    font-size:14px;
    vertical-align:middle;
}
.contactLayer{
    text-align:center;
    padding:30px;
    font-size:18px;
}
.contactLayer .tel{
    font-size:28px;
    font-weight: 700;
    margin-top:20px;
}
.contactLayer .tel i{
    font-size:28px;
    color:#ff0000;
}

#seminarIndex{
    padding:78px 0 60px 0;
    border-bottom: 1px solid #949494;
}

#seminarIndex .logo{
    margin-bottom:20px;
}

#seminarIndex .info{
    width:877px;
    margin:0 auto;
}
#seminarIndex .linkBtn{
    margin:20px auto;
}

#spotList{
    padding:50px;
    border-bottom: 1px solid #949494;
}

#spotList .content{
    margin-top:40px;
}

#spotList .product img{
    height:200px;
    width:242px;
}

#spotList .product .productTitle{
    font-size:14px;
    padding:5px 0;
}
#spotList .product .productPrice{
    font-size:14px;
    padding:5px 0;
    color:#666;
}
#spotList .product .productPrice span{
    color:#ff0000;
    font-size:18px;
    font-weight:700;
}
#spotList .product .productStock{
    font-size:14px;
    color:#666;
}
#spotList .linkBtn{
    margin:20px auto;
}

