/* 产品详情 及其 相关的产品 beign */
.detail-container{
    margin-left:300px;
    width:900px;
}

    /* 产品详情 */
.this-detail .imgbox{
    display: inline-block;
    width:450px;
    height: 300px;
    border:2px solid #5f7f28;
    overflow: hidden;
}
.this-detail .imgbox img{
    width:450px;
    height: 300px;
}
.this-detail .txt{
    display: inline-block;
    box-sizing: border-box;
    padding:60px 0 0 60px;
    vertical-align: top;
    width:440px;
}
.this-detail .txt .tit{
    margin:0;
    color:#373737;
    font-size:24px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom:20px;
}
.this-detail .txt .size,.this-detail .txt .thickness,.this-detail .txt .color{
    margin:8px 0;
    font-size:24px;
    line-height: 28px;
    color:#999999;
}
.this-detail .txt img{
    max-width: 100% !important;
    height: auto !important;
}

    /* 相关的产品 */
#pro-rel{
    margin:35px 0;
}
#pro-rel h2{
    margin:15px 0;
    font-size:24px;
    color:#373737;
    font-weight: normal;
}
#pro-rel a{
    text-decoration: none;
}
#pro-rel .swiper-slide .imgbox{
    box-sizing: border-box;
    width:100%;
    height: 130px;
    border:1px solid #999;
}
#pro-rel .swiper-slide .imgbox>img{
    width:100%;
    height: 100%;
}
#pro-rel .swiper-slide h3{
    margin:0;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 18px;
    color:#fff;
    background-color: #5f7f28;
    /* 一行 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/* 产品详情 及其 相关的产品 end */