.content.product-content{
    float: right;
    width: calc(100% - 300px);
}
.product-content .title h1{
}
.products-list {
    margin: 0 -20px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}
.products-list .item a {
    max-width: 280px;
    margin: 0 auto 80px;
    
}
.products-list .pic {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.products-list .item a:hover .pic{
}
.products-list .item a:hover .pic:after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}
.products-list .name {
    display: block;
    color: #777777;
    width: 100%;
    border: solid 1px #777;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 5px 10px;
    height: 63px;
}
.products-list .item a:hover .name{
    background-color: #00bffe;
    color: #FFF;
    border-color:  #00bffe;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.products-list .item a:hover .btn.detail{
    background-position: 0 100%;
}

/*-------------------------------------------------*/


.product-category {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 23px;
    color: #444;
    line-height: 1.2;
    margin: 0 -25px 55px;
    padding: 0 25px 15px;
    border-bottom: 1px solid #A7A7A7;
}
.product-category small {
    display: block;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.product-category small:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 6px 0 6px;
    border-color: #d90000 transparent transparent transparent;
    margin: 8px auto;
}
.products-list {
    margin: 0 -28px;
}
.products-list .item {
    width: 25%;
    padding: 0 15px;
}
.products-list .item a {
    max-width: 280px;
    margin: 0 auto 50px;
}
.products-list .pic {
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}
.products-list .description {
    color: #878787;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 36px;
}
.products-list a:hover .description {
    color: #000;
}


.gallery {
    margin-bottom: 60px;
    padding-bottom: 15px;
}
.stage {
    float: left;
    width: 55%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-top: 15px;
}
.stage figure{
}

.thumbnails,
.products-detail-content .title-top{
    float: right;
    width: 41%;
    box-sizing: border-box;
}
.products-detail-content .title-top{
    background-color:  #00bffe;
    color: #FFF;
    position: relative;
    margin-right: 15px;
    margin-top: 15px;
    padding: 5px 10px;
}
.products-detail-content .title-top h1{
    font-size: 20px;
}


.thumbnails {
    padding-top: 1%;
    margin-right: 1.5%;
    text-align: left;
}
.thumbnails ul li {
    width: 33.333%;
    padding: 0;
}
.thumbnails a {
    max-width: 120px;
    margin: 10px auto;
    position: relative;
    opacity: .8;
}
.thumbnails a:hover,
.thumbnails li.active a {
    opacity: 1;
}
.thumbnails p{
    color: #9a8470;
    display: block;
    width: 90%;
    margin: 5px auto;
}
.gallery-control {
    display: none;
}

.product-detail .editor {
    margin-bottom: 40px;
}

.filedownload{
    float: left;
    width: 35%;
    display: block;
    margin: 0;
    margin-top: 15px;
    margin-left: 25px;
    color: #fff;
    padding: 10px 0 7px 55px;
    font-size: 20px;
    background: url(../images/products/file_icon.jpg) no-repeat #ff7f00;
}

.detail-title {
    text-align: left;
    position: relative;
    font-size: 14px;
    width: 100%;
    letter-spacing: 2px;
    box-sizing: border-box;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: solid 2px #e6f9ff;;
    font-weight: bold;
    color: #888;
    margin-bottom: 20px;
}
.detail-title:after{
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    position: absolute;
    background-color: #00bffe;
    left: 0;
    bottom: -2px;
}
.products-detail-content .btn-box {
	margin: 15px 0;
    text-align: left;
}
.products-detail-content .btn-box a{
    text-indent: inherit;
    color: #ff7f00;
}

@media screen and (max-width:1430px){
    .thumbnails ul li {
        box-sizing: border-box;
        padding: 5px;
    }
}
@media screen and (max-width:1115px){
    .content.product-content{
        float: none;
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .products-list .item {
        width: 33.333%;
    }
}
@media screen and (max-width:650px){
    .products-list .item {
        width: 50%;
    }
    .stage,
    .thumbnails,
    .products-detail-content .title-top,
    .filedownload {
	    float: none;
        width: 100%;
        margin: 15px 0 ;
        padding: 0;
    }
    .products-detail-content .title-top{
        padding: 5px 10px;
    }
    
    
    
    
}
@media screen and (max-width:480px){
    .products-list .item {
        width: 100%;
    }
}
