@media(min-width:992px){
.more_list_col:nth-child(3n+1) {clear:left}
}
    .content {
        padding: 90px 0 0 0;
    }
.owl-carousel {
	display: flex;
    flex-wrap: wrap;
}
.content_box * { transition: all 0.3s}
.content_box .content_box_item img {
 width: 100%;
position: absolute;
            top: 50%;
            left: 50%;
            margin-left: 0;
            transform: translate(-50%, -50%);
}
.content_box .content_box_item:hover img  {
	  transform: translate(-50%, -50%) scale(1.1);
}
.content_box .content_box_item:hover h5 { color: #e02b20}
.content_box .content_box_item:hover p { transform: translateY(-2px)}
    .content_box_item {
        border: 1px solid #d8d8d8;
    }
    .content_item_img {
        overflow: hidden;
		position: relative;
		height: 221px;
    }
    .content_item_img>img {
        width: 100%;
    }
    /* 文本 */
    .content_item_txt {
        padding: 30px;
        border-top: 1px solid #d8d8d8;
    }
    .content_item_txt>p {
        height: 50px;
        margin: 0;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
		font-size: 14px;
    }
.content_box_item .pimg { height: 125px;width: 100%; overflow: hidden; border-bottom: 1px solid #d8d8d8; position: relative}
    /* 更多内容 */
    .content_box_more {
        flex-direction: column;
    }
    .content_more_t {
        padding: 0 30px;
        flex-direction: column;
    }
    .content_more_t>h5 {
/*
        height: 90px;
        line-height: 90px;
*/
        text-align: center;
        margin: 0;
		padding: 20px 0;
    }
.content_more_t>h5 a {  font-size: 18px; }
    .content_more_t>ul {
        border-top: 1px dotted #d8d8d8;
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
		margin: 0 0 20px 0;
    }
    .content_more_t>ul>li {
        border-bottom: 1px dotted #d8d8d8;
        padding-left: 14px;
		height: 40px;
		line-height: 40px;
		    width: 49%;
    }
    .content_more_t>ul>li>a {
        font-size: 14px;
        color: #666;
		text-align: left;
		overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block;
		transition: .3s;
    }
.content_more_t>ul>li>a:hover { color: #e02b20; transform: translateX(2px)}
    .content_more_t>ul>li>a::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        width: 5px;
        height: 5px;
        border-radius: 8px;
        background-color: #e5960d;
    }
    /* 下部 */
    .content_more_b {
		position: absolute;
			bottom:0;
            width: 100%;
    }
.content_box_item.nomore { padding: 0 !important;}
    .content_more_b>a {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        background-color: #e02b20;
        transition: all .4s;
    }
    .content_more_b>a>i {
        font-size: 20px;
        color: #fff;
    }
    .content_more_b>a:hover {
        background-color: #175ba6;
    }
.more_list {
    margin-top: 100px;
}
.more_list_ct_img { overflow: hidden}
.more_list_ct {
    border: 1px solid #d8d8d8;
    overflow: hidden;
    position: relative;
    transition: all .4s;
	margin-bottom: 30px;
}
.more_list_ct:hover img {
    transform: scale(1.1);
}
.more_list_ct img {
    width: 100%;
    transition: all .4s;
	z-index: 1;
	position: relative
}
.more_list_ct_dw {
    left: 0;
    bottom: 0;
    height: 52px;
    line-height: 52px;
    width: 100%;
    font-size: 16px;
    color: #222;
	z-index: 2;
	position: relative;
}
.more_list_ct:hover .more_list_ct_dw { color: #e02b20; }
.lubricant {
}
.lubricant_box h3 {
    margin: 50px 0 30px 0 ;
}
.lubricant_box:first-child h3 {
    margin: 0 0 30px 0 ;
}
.lubricant_box>h3::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 62px;
    background-color: #e02b20;
    vertical-align: middle;
    margin-right: 24px;
}
#content_box_owl .tabl { color: #555;}
#content_box_owl .tabl p { margin: 0 0 5px 0; color: #555;}
#content_box_owl h3 { margin: 10px 0 20px 0;}
#content_box_owl h3::before {
    content: '';
    display: inline-block;
    height: 2px;
    width: 66px;
    vertical-align: middle;
    background-color: #e02b20;
    margin-right: 26px;
}
#content_box_owl table * {font-size: 14px; }
#content_box_owl table { font-size: 14px; width: 100%;  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); border-collapse: collapse !important; color: #555; }
#content_box_owl table td { padding: 15px; border:1px solid #e1e1e1;}
#content_box_owl .tabl { width: 100%;     }
    /* 媒体查询 */
    @media screen and (max-width: 992px) {
        .content {
            padding: 60px 0 0 0;
        }
  }
  @media screen and (max-width: 768px) {
	  #content_box_owl .tabl {
	width: 100%;
	text-overflow: ellipsis;
/*    white-space: nowrap;*/
    overflow-x: scroll;
	  }
		#content_box_owl table{
/*			width: 500px;*/
	  }
	  #content_box_owl table td { padding: 10px;font-size: 12px !important;}
.content_more_t>ul>li { width: 100%;}
  }