/* 该规格的详情 及其 该规格的产品系列 begin */
.specification{
    margin-left:300px;
    width:830px;
}
.specification a{
    text-decoration: none;
}
.specification h3{
    margin:0;
}

    /* 该规格的详情 */
.specification .spec-detail img.main{
    width:450px;
    height: 270px;
    border:1px solid #5f7f28;
}
.specification .spec-detail h3{
    margin:30px 0;
    font-size:20px;
}
.specification .innerDetail img{
    width: 100% !important;
    height: 160px !important;
}

    /* 该规格的产品系列 */
.specification .pro-line{
    margin:0;
    padding:0;
    list-style-type: none;
    margin-top:60px;
}
.specification .pro-line::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.specification .pro-line>li{
    float: left;
    box-sizing: border-box;
    width:260px;
    margin:0 25px 80px 0;
    transition: .3s;
}
.specification .pro-line>li:hover{
    transform: scale(1.1);
}
.specification .pro-line>li:nth-child(3n){
    margin-right: 0;
}
.specification .pro-line>li .imgbox{
    box-sizing: border-box;
    width:100%;
    height: 210px;
    border:1px solid #999;
}
.specification .pro-line>li .imgbox>img{
    width:100%;
    height: 100%;
}
.specification .pro-line>li h3{
    font-weight: normal;
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color:#fff;
    background-color: #5f7f28;
    /* 一行 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/* 该规格的详情 及其 该规格的产品系列 end */