.clearfix:before,.clearfix:after,.container:before,.container:after,.container-full:before,.container-full:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after {
	display:table;
	content:" ";
}
.clearfix:after,.container:after,.container-full:after,.row:after,.nav:after,.navbar:after {
	clear:both
}
.container {
	margin-right:auto;
	margin-left:auto;
	width: 1200px;
}
.company_grids{
	overflow: hidden;
	margin-top: 20px;
}
.company_grids .left{
	width: 190px;
	overflow: hidden;
	float: left;
}
.company_grids .left .left_top{
	background-color: #fff;
	overflow: hidden
}
.company_grids .left .company-content{
	border-bottom: 1px solid #E5E5E5;
	padding: 14px 0px 14px 13px;
	max-height: 45px;
	background: #2577e3;
}
.company_grids .left .company-content .company-name{
	display: inline-block;
	max-width: 165px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	font-weight: bold;
}
.company-content .company-name:hover{
	color: #ff7300 !important;
}
.company_grids .left .common-tips{
		padding: 4px 0px 14px 13px;
}
.company_grids .left .common-tips img{
	margin-right: 8px;
}
.company_grids .company-content span{
	display: inline-block;
	color: #888888;
	vertical-align: bottom;
	font-weight: bold;
	padding-right: 5px;
	margin-right: 3px;
}
.company_grids .left .detail{
	padding: 6px 9px 8px 13px;
}
.company_grids .left .detail label{
	margin-right: -5px;
	float: left;
	line-height: 30px;
	display: block;
	clear: both;
}
.company_grids .left .detail label img{
	display: inline-block;
	vertical-align: middle;
}
.company_grids .left .operate {
	text-align: center;
	padding: 10px 11px;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
}
.company_grids .left .operate .button {
    display: inline-block;
    height: 18px;
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    background: #f9f9f9;
    cursor: pointer;
}

/* 产品分类 */
.product_category{
	margin-top: 5px;
	overflow: hidden;
	background: #fff;
	padding-bottom: 15px;
}
.product_category h3{
	height: 40px;
	line-height: 40px;
	background-color: #2577e3;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.product_category ul >li{
	font-size: 16px;
	color: #333;
	text-align: left;
	padding-left: 15px;
	line-height: 40px;
}
.product_category ul li a:hover,.product_category ul li .submenu a:hover{
	color: #38AF03;
}
.product_category ul li .submenu a{
	font-size: 14px;
	color: #333;
	line-height: 28px;
	padding-left: 10px;
	display: block
}


.company_grids .right{
	width: 998px;
	overflow: hidden;
	margin-left: 5px;
	float: right;
}
.col-12 {
	width:100%;
	position:relative;
}