/* 工业产品css*/
.content {
	border: 1px solid;
	width: 76%;
	height: 450px;
	margin-left: 12%;
	display: flex;
	margin-bottom: 10px;
}

.content_l {
	width: 250px;
	border: 0.1px solid #2E82D0;
}

.content_r {
	width: 100%;
}

.content_r .layui-tab {
	margin: 0;
}

.r_head li {
	width: 21.24%;
	background-color: cornsilk;
}

.content_r .layui-this {
	background-color: #ffffff;
}

.r_content li {
	float: left;
	width: 24%;
	height: 186px;
	padding: 6px 3px;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	text-align: center;
}

.r_content .fore1 {
	border-left: none;
}

.r_content .fore2 {
	border-bottom: none;
}

.r_content .c_img {
	text-align: center;
	padding: 5px 0;
}

.c_img img {
	width: 140px;
	height: 140px;
}

.c_name {
	font-size: 15px;
	padding-top: 5px;
	/* 名称超出后自动省略css */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c_price {
	font-size: 15px;
	color: #999;
	padding-top: 5px;
}

.c_price strong {
	color: red;
}

.left_head {
	background: #2E82D0;
	text-align: center;
}

.left_head b {
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}

.left_content {
	font-size: 12px;
}

.left_content ul {
	top: 0;
	left: 0;
	z-index: 2;
	padding: 5px;
}

.left_content li {
	height: 27px;
	line-height: 27px;
	overflow: hidden;
	vertical-align: bottom;
	float: left;
	width: 50%;
}

.left_content li b {
	margin-right: 4px;
	vertical-align: middle;
}

.left_content li a {
	display: block;
	padding-left: 12px;
	text-decoration: none;
	color: #005EA7;
}

.left_content li a:hover {
	background: #2E82D0;
}

.search_input {
	text-align: center;
	margin-bottom: 10px;
}

}
.search_input .button {
	width: 78px;
	background-position: 0 -395px;
	background-color: #FBB111;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
}

.search_input .text {
	width: 406px;
	height: 25px;
	padding: 5px;
	background-position: 0 -360px;
	background-color: #fff;
	background-repeat: repeat-x;
	line-height: 25px;
	color: #999;
	font-family: arial, "\5b8b\4f53";
	font-size: 14px;
	height: 25px;
}