﻿.see{
    padding: 12px 1.66%;
    color: #757575;
    line-height: 180%;
    margin-bottom: 1.66%;
}
.product-ul li{
    float: left;
    width: 19%;
    margin: 0 1.25% 1.25% 0;
    background: #fff;
}
.product-ul li:nth-of-type(5n){
    margin: 0 0 1.25% 0;
}
.product-ul li:hover .pro-cont{
    background: #f43436;
    border-top: 1px solid #f43436;
    margin: 0;
}
.product-ul li:hover .pro-cont p, .product-ul li:hover .pro-cont em{
    color: #fff;
}
.product-ul li a{
    width: 100%;
}
.pro-img{
    width: 61.4%;
    margin: 0 auto;
}
.pro-img img{
    width: 100%;
}
.pro-cont{
    border-top: 1px solid #eee;
    padding: 8.7% 0;
    margin: 0 10%;
    text-align: center;
    line-height: 24px;
}
.pro-cont em{
    width: 100%;
    color: #333;
}




/*产品详情*/
.proName td{
    padding: 1.7% 1%;
}
.proName td:nth-of-type(1n){
    color: #333;
}
.proName td:nth-of-type(2n){
    color: #757575;
}
.proName-img{
    width: 56.25%;
    margin: 0 auto;
}
.proName-img img{
    width: 100%;
}
.recom-title{
    color: #434a54;
    font-weight: bold;
    padding: 0 10px;
    background: url(../images/linear.jpg) repeat-x;
    font-size: 14px;
    line-height: 38px;
}
.commodity{
    margin-bottom: 10px;
}
.commodity-title{
    width: 100%;
    color: #707070;
    font-size: 12px;
    padding: 0 1.66%;
    line-height: 365%;
}
.commodity-title em{
    margin-right: 1.66%;
    border-right: 1px solid #707070;
}
.commodity-title strong{
   font-size: 14px;
}
.commodity-title span{
    float: right;
    color: #424242;
}
.commodity-title i{
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background: #005293 url(../images/up.png) no-repeat center;
    vertical-align: middle;
}
.commodity-title:hover i{
    background: #f10215 url(../images/down.png) no-repeat center;
}
.commodity-title:hover span{
    color: #f10215;
}
.commod-wrap{
    display: none;
}
.com-inquiry{
    line-height: 59px;
    padding: 0 40px;
    color: #757575;
}
.com-inquiry a{
    width: 120px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-right: 10px;
}
.commodTab{
    text-align: center;
    border: none;
}
.commodTab td, .commodTab th{
    padding: 1% 0;
    border: none;
    border-top: 1px solid #e6e6e6;
}
.commodTab th{
    font-weight: normal;
    color: #333;
}
.commodTab td{
    color: #757575;
}
.i-shop{
    width: 22px;
    height: 20px;
    background: url(../images/i-shop.png) no-repeat center;
}
.i-shop:hover{
    background: url(../images/i-shop-act.png) no-repeat center;
}
.number{
    border: 1px solid #dadada;
    width: 40px;
    line-height: 23px;
    text-align: center;
    color: #333;
}
.proAttr-title{
    height: 40px;
    line-height: 40px;
    background: url(../images/linear.jpg) repeat-x;
}
.proAttr-title a{
    padding: 0 4%;
    text-align: center;
    color: #434a54;
    font-weight: bold;
}
.proAttr-title a.hover{
    background: #fff;
    border-top: 4px solid #ccd1d9;
}
.attrTab td{
    padding: 12px 2%;
}
.attrTab td:nth-of-type(1){
    color: #434a54;
    text-align: center;
    width: 25%;
}
.attrTab td:nth-of-type(2){
    color: #707070;
}
.attrTab{
    display: none;
}
.attrTab:nth-of-type(1){
    display: table;
}
.proRele .product-ul li{
    width: 20%;
    margin: 0;
}
.recom-more{
    float: right;
    font-size: 12px;
    font-weight: normal;
}
