@charset "UTF-8";
.product-wrap {
    width: 100%;
}

.product-wrap .top-img {
    width: 100%;
    height: 260px;
}

.product-wrap .top-img .img {
    min-width: 100%;
    height: 100%;
}

.product-wrap .product-con {
    width: 1280px;
    margin: auto auto 100px ;
}

.product-wrap .product-con .left {
    width: 200px;
    margin-right: 10px;
    padding-top: 45px;
}

.product-wrap .product-con .left .list {
    width: 100%;
    padding: 0;
}

.product-wrap .product-con .left .list li {
    line-height: 40px;
    font-size: 14px;
}
.product-wrap .product-con .left .list li.on {
    line-height: 40px;
    background: #ff7200;
    color: #fff;
}

.product-wrap .product-con .right {
    padding-top: 45px;
    width: 969px;
    border-left: 1px solid #dcdcdc;
    min-height: 400px;
}
.product-wrap .product-con .right .introduce{

}
.product-wrap .product-con .right .table{
    width: 415px;
    display: table;
    margin: 0 40px 0 30px;
    text-align: left;
    border-left: none;
    border-top:none;
}
.product-wrap .product-con .right .table.last-cell{
    width: 936px;
    display: table;
    margin: 0 40px 0 30px;
    text-align: left;
}
.product-wrap .product-con .right .table .row{
    border-bottom: 1px dotted #dcdcdc;
}
.product-wrap .product-con .right .table .row.last-cell{
    border-bottom: none;
}
.product-wrap .product-con .right .table .cell{
    display: table-cell;
    padding: 8px 0;
    line-height: 20px;
    border-bottom: none;
    border-right:none;
}
.product-wrap .product-con .right .table .cell.last-cell{
    display: table-cell;
    padding: 8px 0 8px;
    line-height: 20px;
    text-align: justify;
}
.product-wrap .product-con .right .table .name{
    width: 100px;
    color:#ff7200;

}
.product-wrap .product-con .right .introduce .grid-table{
    width: 280px;
    display: table;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    max-height: 216px;
}
.product-wrap .product-con .right .introduce .grid-table .row{
    display: table-row;
}
.product-wrap .product-con .right .introduce .grid-table .cell{
    line-height: 24px;
    font-size: 14px;
}
.product-wrap .product-con .right .introduce .distory-record{
    text-align: right;
    padding: 10px 0;
}
.product-wrap .product-con .right .introduce .distory-record .btn{
    display: inline-block;
    background: #ff7200;
    line-height: 24px;
    border-radius: 4px;
    color:#fff;
    padding: 0 20px;
}